Memory Pool Memory Pool Refreshing

3,813 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,995 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (613,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,654 294,654 00000000000000003598cf8554898caf8a793248f977c259b0162f9bd0b7dc70 0.64 MB 983 34
294,653 294,653 00000000000000006f78ce8e77f0cbd6b0c04b07f8895db4b7cf307b030080f3 0.16 MB 80 8
294,652 294,652 00000000000000003468aff2403e0acbdca4f3f228db090917c7e1d7dc4ccc5c 0.50 MB 1,018 28
294,651 294,651 000000000000000025b1954fcfe9063f2b90b25ea895bfd2d6ca5290a9cbac59 0.25 MB 884 66
294,650 294,650 000000000000000054cd362dbb29d9eabbe7cd97855ef899495348e07be35f81 0.22 MB 187 17
294,649 294,649 0000000000000000b1d624f7a02833e91818c10407e6eb594cb1ce18f945e0b8 0.35 MB 557 31
294,648 294,648 00000000000000008b91a92190b1c30829f0ce3d795de9218833b0e62c2f8461 0.22 MB 512 44
294,647 294,647 000000000000000030d0223b284a315f3a163d18deb220ddc68e5c4aa2632f0c 0.30 MB 1,024 140
294,646 294,646 000000000000000015f8e80618de4b71ec7589373ddd647e8bdfa70a7b96d04c 0.14 MB 302 37
294,645 294,645 00000000000000009726efbbe9dd04d9d8050df31c480db18035dc4c93a0b9e6 0.05 MB 100 33
294,644 294,644 00000000000000004447e91e6511eeaa8da24ce2f29c749d04f3dc5f04fb4f77 0.12 MB 181 33
294,643 294,643 0000000000000000a6caad590504d685be2d4ac76dada5d3ab188d5616f83f28 0.21 MB 335 36
294,642 294,642 00000000000000005a23f093ea69b931b331deb1950ae4b15db84e221a604b9a 0.21 MB 369 40
294,641 294,641 000000000000000084d0f9ca6bc224838ccd8c9ba37f48f361656aaf83fe66d0 0.29 MB 586 43
294,640 294,640 00000000000000009f69e8f4d85e47e2e033879cb4b61a1544bd4682dd2f453e 0.19 MB 439 57
294,639 294,639 00000000000000001e0415c182c1b1f0e139bd4586cbecbd03ee0b47ab38bdda 0.02 MB 64 55
294,638 294,638 000000000000000069767c9ba0448bfb08d175b63df0b9d19413201f20d7041e 0.27 MB 424 38
294,637 294,637 00000000000000006dbfe37201586370e393dfac5cf87460ee846af51f1ff040 0.09 MB 130 21
294,636 294,636 0000000000000000b07ab69d198fbcbb1a3a33c28e9f3e8e73e4458449959bcc 0.02 MB 31 14
294,635 294,635 0000000000000000123d8ace7df72c7a6a62116dc4626ff930a71d2e8a23889d 0.27 MB 148 14
294,634 294,634 00000000000000007cd4bc752daafbca8f563a87cd3df19063f4466c70f07819 0.15 MB 409 51
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.