Memory Pool Memory Pool Refreshing

17,490 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,381 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (610,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,875 296,875 000000000000000011ee2f4f5b9b20f0371010dbf254e117f821c824e6797979 0.11 MB 213 35
296,874 296,874 00000000000000007a895c9bde16c98f17dddd1d8c3d216e770f047f17a24859 0.11 MB 249 39
296,873 296,873 00000000000000004f5766bff2a499ea35c5ab4f0fe88cb52670922badabb85d 0.09 MB 194 42
296,872 296,872 000000000000000054f8865dcaf8509b1080af04bb8c4a75c4e54b69ec613b8f 0.02 MB 49 33
296,871 296,871 00000000000000007ca5fe3800eb6ee5277a3f9783b81474d7c6a5e375192ac7 0.21 MB 337 33
296,870 296,870 000000000000000094d0e7122f7f3a54fb59712ced488e45f2034bb7083c8579 0.14 MB 221 29
296,869 296,869 00000000000000001a003b38c0be531344460a5ddae88adbef4b06c487f31289 0.14 MB 101 21
296,868 296,868 00000000000000003d22fda79e020292ccf6ae5e9a05676013e88ba700a28e98 0.11 MB 256 41
296,867 296,867 00000000000000004f3daf8ed5829e26efb749c9e287aae89aba7087df35d662 0.21 MB 349 39
296,866 296,866 000000000000000095bd856343df57ba4264d5e163248a4ffd194fef29d20b34 0.03 MB 48 8
296,865 296,865 00000000000000007e52c757374f1391cd4e0fe3ef338f6eb77c52e47e86e6fc 0.28 MB 606 40
296,864 296,864 0000000000000000671d1fa4227c09c573d0db7eb256420e16aef16a4aec31d6 0.41 MB 687 30
296,863 296,863 0000000000000000008db226d0c44297dcea808ff23eee03c63fab26eed8f57e 0.01 MB 32 59
296,862 296,862 00000000000000007bd5b843794b85c517ccb438626a1bbb091c5819c7d80d08 0.19 MB 349 34
296,861 296,861 000000000000000064e5eb92c4b4b0a146bd2871a834d4e37d232517e7853250 0.12 MB 203 28
296,860 296,860 000000000000000017b2401c919f1ce6357819bd009b793d94e366f659bd8a47 0.21 MB 391 37
296,859 296,859 00000000000000007b8a287aa9888592c01a91f222ef16e3f66f5c6c14c26811 0.05 MB 97 36
296,858 296,858 00000000000000007582a4b87ef4a5397d4b759db29c4520a496d11443dc8fb0 0.23 MB 256 27
296,857 296,857 0000000000000000537bb7553a69e015b38cbb98e85743b4c9e5a87aefbd8710 0.26 MB 479 41
296,856 296,856 000000000000000015a3b9001b1dd91ed91987f8e15bffaae6912651b8d69a6b 0.16 MB 197 30
296,855 296,855 000000000000000074fddfde44747d0e95413d67b121dd90b348670a5ea7ff08 0.12 MB 99 7
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.