Memory Pool Memory Pool Refreshing

4,579 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,190 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (701,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,603 206,603 000000000000005abd72fbcb070aa64657f2c8ef2131a1180a514d2d2a6f4275 0.16 MB 438 212
206,602 206,602 00000000000001eae061e617ae656a01af53129515153277f5896e6a8efd3f09 0.08 MB 221 187
206,601 206,601 0000000000000316efb68a55ee90c8fec40eff4d19516d7ae66e827ff5de356b 0.10 MB 127 86
206,600 206,600 00000000000000dae61e24e97f76c29b859e81a001d113b8a1db39b4c9b40a07 0.13 MB 264 141
206,599 206,599 0000000000000120d700c855471691ae871ff95fe6a15ff8cf2cd9fb9a8a1881 0.25 MB 727 209
206,598 206,598 0000000000000415368162391067cf44d612a097cbdefc7474606344e0715500 0.06 MB 137 115
206,597 206,597 00000000000000a3c90df4e92c07c933103b214659d23223a339a657b07df84e 0.25 MB 520 210
206,596 206,596 000000000000050b19b04e6fd12df06c6608abe1c50e9b30bffc9f90b73d43b3 0.04 MB 99 187
206,595 206,595 00000000000003afd2360d31b9dbf4a96ceb0d45c03a43e10f9d57bd4eb081bf 0.02 MB 49 113
206,594 206,594 00000000000003185a5b89c15c5abd96a8c9a030b45900d956abc250a74bc484 0.05 MB 122 279
206,593 206,593 000000000000017eeb9f83b6037b12c26c41abf776c3602b619b0b583ec74b7e 0.06 MB 166 220
206,592 206,592 0000000000000266e5c3bb87c712f5c32b28c0e0e23de9f2e934e02fb0bc3782 0.01 MB 34 163
206,591 206,591 00000000000003e7cf844308f8f92af3571c9f1291e4f148e5a0fe2bfe6f448b 0.09 MB 154 281
206,590 206,590 000000000000009631938cab7d71677c85ae8395872fee9e436e2d1a5ee52394 0.02 MB 41 6
206,589 206,589 00000000000004f8b4a0f96142a57dd9e816c8f9271f842a1bac228586e581db 0.17 MB 445 192
206,588 206,588 00000000000001e5764ba12c09f52b445d9435781588400223f310b0a90cbe0a 0.00 MB 1 0
206,587 206,587 0000000000000112d6625b243066616f63faf432460b9b9df9c35f28e59d6559 0.05 MB 115 169
206,586 206,586 00000000000003b5d93e5b467037f16c99248495ff2e6dcfb3d4aff2ec0e5729 0.02 MB 92 12
206,585 206,585 00000000000000849a95456da2881f8f2b2587356ac166d4d45f8a9345458562 0.11 MB 272 195
206,584 206,584 0000000000000473ba4e8e98eb4218d3093d544cce1a663640c3df4b76dde62d 0.11 MB 272 203
206,583 206,583 0000000000000343c9910afc7a07a8bb1bd494baae3576c9f3e668e26ebb9f6a 0.43 MB 505 75
Previous 10 blocks ↓
Total Size: 768.92 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,603.49 GB sent, 92.34 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.