Memory Pool Memory Pool Refreshing

4,975 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (844,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,794 63,794 000000000bccee0d2f784e87b4d256b6820c150ffd665f954d57f838d9ee079f 0.00 MB 1 0
63,793 63,793 000000000cbff3255e05fa5cb0402fece43374c88269f7b604ca107d6ad7abb0 0.00 MB 1 0
63,792 63,792 000000000790f22a9365e210a0a4c8c19d2ce266b3bc36807d91baa5b2c1fd2e 0.00 MB 2 0
63,791 63,791 000000000a0890d6d66d0cb837933e12f45227c6a8dbfd33f8cb1caeaf1111ee 0.00 MB 1 0
63,790 63,790 0000000007fc2dda562333cd2208ea527dd0d68998667b843ed0fa0f17d50162 0.00 MB 1 0
63,789 63,789 000000000662c07e1eec572602715ed0c82a10c2f658620308163a31864af065 0.00 MB 3 0
63,788 63,788 0000000007c2cc94ef27c0b27b7ca6ec33f5a706532bf737c6e857d2f8d31eaa 0.00 MB 1 0
63,787 63,787 0000000000a07856f60d849ac3f2567ec8aa38e58de7a0a0dc211ce088a33fc0 0.00 MB 1 0
63,786 63,786 0000000007394250f22c0b9246b93a7632ff97eac8b6f148b6200ed19efacb7c 0.00 MB 1 0
63,785 63,785 0000000006ee3ab02cf5a30ad481452d9fb5056d58ee172c797a235f5bd1a871 0.00 MB 1 0
63,784 63,784 000000000537b9715208ad243962f549104b680fc1c4cb6904350587a4e8e7bc 0.00 MB 3 0
63,783 63,783 000000000c79461a4720e1ffc9a871753245ec1ab4512d2e0b7f34b603f572df 0.00 MB 1 0
63,782 63,782 000000000971b24a040d5891ef041d54104c41398d3e4a70fb8bb8c53769205f 0.00 MB 2 0
63,781 63,781 00000000056075458f90ae9654d76d060764cd1251cb7c5ce521266561ab0e8e 0.00 MB 1 0
63,780 63,780 0000000004f54a790973457f5fcb4f90e7ab7dde6e046f50c8ee91722b2054de 0.00 MB 1 0
63,779 63,779 0000000003506af3a0a8d393c2740568033abc0f000a984041ef680cd4dde2de 0.00 MB 1 0
63,778 63,778 0000000008b083ac6dfd2618efdee69d46f5364825ed0a843444d576cbc91d38 0.00 MB 2 0
63,777 63,777 000000000695af314a6fc8e2b5f93f73735250a9d131276bd1221e3e4bffaff8 0.00 MB 1 0
63,776 63,776 000000000af181803b8cd283d9d17ab19c1152879ea9d87ac7e87889f8ed8ace 0.00 MB 1 0
63,775 63,775 0000000001bc89193f2ade1e484e5d0e9abdf51d75c41185ffbfd767aecaa928 0.00 MB 1 0
63,774 63,774 000000000c12c9024b0145706c455b673889c8dc00ed17f3c359a5f4653d3823 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,848.06 GB sent, 100.75 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.