Memory Pool Memory Pool Refreshing

1,565 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (814,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,721 93,721 000000000008745e15d1eb08a9892e43155ac89e14dc1e208de9161914086a8e 0.00 MB 11 0
93,720 93,720 0000000000037fea22400d47dbf9c0e081e5573501007dc8504b7c95f7a958d4 0.00 MB 14 0
93,719 93,719 000000000008190e254a8e9608cfcccb465650ed6ff1e77fdd3689d7b1305326 0.00 MB 1 0
93,718 93,718 000000000007539e431cda2b10c7f495326393aeac9f138cd1448c8f549c6654 0.00 MB 13 0
93,717 93,717 00000000000480cdb483c92cc0e7c10b111008692f7dc50830a71ff966138839 0.00 MB 12 0
93,716 93,716 000000000005182ed84ccff5a30cdcfad7aac7a0fc9c901cc14264299beb8124 0.00 MB 12 0
93,715 93,715 000000000001e6c37658a40ca08860f54ad6c86f18a2fcfbe25951b6bbed73be 0.05 MB 82 0
93,714 93,714 000000000002ae202365f0db47bbf53cf0fca62155ee2cd4af1028fac8307748 0.00 MB 14 0
93,713 93,713 00000000000647071bfe3a85bedb94bd635e3093c70b57ac7d29503b54ce6734 0.00 MB 7 0
93,712 93,712 0000000000098703bb4a39e83d75ab68dfe1d6035e3f92ee26a66ca8ef9d0533 0.00 MB 9 0
93,711 93,711 000000000008d6359821085ca57676630046336b0d11013f5efecfecff746474 0.00 MB 6 0
93,710 93,710 0000000000025aa5ccf9440eca9037da8c7a23ba224ab930e5baaeb603d99b9e 0.05 MB 154 0
93,709 93,709 0000000000080d66dd0bedc54b351f9740be82e6a1831867cbf995e5faeaf0f4 0.05 MB 78 0
93,708 93,708 000000000004d49d711b2ac43e4cea4ed8624e56368807c2627a859e1096a18c 0.00 MB 14 0
93,707 93,707 000000000001a6ad1da924d74b158f6e6a35de9c7773e96e66e97684fe947603 0.00 MB 14 0
93,706 93,706 00000000000293f51f370fb5a5c29dcc3dca609efa9464c6febed5d461ec8b90 0.00 MB 14 0
93,705 93,705 000000000004581e821cf02f01ade70410e445574948f4e53e5007ca97a206d6 0.00 MB 14 0
93,704 93,704 00000000000455461aae43240113ff65375b4f222c1ce90668d056e19e9e8972 0.00 MB 14 0
93,703 93,703 000000000004d767bfe7bd5a3280bff43d9cafb121e9e3d6401fd1f818f236f7 0.00 MB 14 0
93,702 93,702 000000000000c5550af1a11917d5616367a2402000bd0e552bb4dbe20b4e03c9 0.00 MB 8 0
93,701 93,701 00000000000238888e066733d2e91965bb2441b5c6499f764065bd210df48dc0 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.18 GB sent, 95.73 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.