Memory Pool Memory Pool Refreshing

9,456 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (776,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,118 131,118 0000000000000ecfed152a8fcf09478f01ffe307b8c4ae4d526ee90862b26545 0.00 MB 14 873
131,117 131,117 00000000000006f61d6d9761aac06e2fd9f0b622aa9dfb42ab0e8f4df8302ab9 0.00 MB 11 309
131,116 131,116 000000000000039c035ddea1fda0be9848f258ef7594754c0dd8123e976d144b 0.02 MB 39 479
131,115 131,115 000000000000019281a897a48ec4333c0371f9acc2da6e6d695a8572ae276e9d 0.03 MB 88 317
131,114 131,114 0000000000000c36db843efd62f4a7e4bf06c1018f466b5774ccc60ef5041eca 0.01 MB 34 830
131,113 131,113 00000000000008de833164ab60b427026733e50f602e7681d49a5e041e81e60b 0.01 MB 15 823
131,112 131,112 00000000000001c07db628382d47f8771a3484858e9eb15464d5284f5430efbd 0.00 MB 14 656
131,111 131,111 0000000000000dd8e0b56803b93a0d44d9ae7360c6a157551b32b4a5c970599e 0.03 MB 66 1,117
131,110 131,110 0000000000000c78effadd274429024256623e7222c7d7cfd97340fb3d4cc9f3 0.01 MB 26 675
131,109 131,109 000000000000018abc15bb4eed4e0ed29f1eb47aac0979f067f588a33df3517e 0.03 MB 65 1,034
131,108 131,108 0000000000000eed90ec22083602791912e84cc0694ac6e41acd57713dca13fa 0.01 MB 38 1,246
131,107 131,107 0000000000000221144bfa75e7a31a78662741b2d4fe67d318e019fac5bf84f3 0.02 MB 47 1,045
131,106 131,106 0000000000000ee211c2e3ce07644de853b5c312650256e475f5620f16a3d453 0.04 MB 111 159
131,105 131,105 0000000000000c506c8925b50bd1780af7fa85c4a5f1c5894e9362ba7ca6c07e 0.00 MB 12 87
131,104 131,104 00000000000005b53c2a11a72e7a227f6c87d1bc60d8bbacceb41be13d0f9141 0.00 MB 13 389
131,103 131,103 000000000000015f4ed49a54d6c4a7262f22a9afef4aa1534de7d2871b99d322 0.01 MB 27 119
131,102 131,102 00000000000012c05bcc44f9a2e08953b43eb909dacd6fea80053aa367c78143 0.02 MB 24 1,434
131,101 131,101 0000000000000aecd16c3a17edaf9be552bbc2eec2629db8037322a4f723b8d8 0.01 MB 21 264
131,100 131,100 00000000000010a4272fe7701199567499b8db4224f6f787395ef649d765a0d4 0.02 MB 44 1,009
131,099 131,099 0000000000001164f2120d03b97f05930ba383c11f638ee9bcb84b348971b273 0.02 MB 46 1,250
131,098 131,098 0000000000000b9e45b1e9f60657250b233a70bf1f782816a082dd0cae4a68e4 0.03 MB 62 1,005
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.