Memory Pool Memory Pool Refreshing

9,371 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (800,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,316 107,316 00000000000024d40402df619917c78e678deb5baba3a7fcf3c26cf5ae346fea 0.01 MB 26 155
107,315 107,315 000000000000329fa397c605aa753989f43a9e7ddd11ac158e25651a56cda31a 0.00 MB 3 0
107,314 107,314 000000000000e7cdf7cee29f9b6670da1113594451cadd584f076d7511c15e12 0.00 MB 8 521
107,313 107,313 000000000001b56c951e41bfb476637c5104f97a10ad95de8715e7683cddb878 0.00 MB 4 0
107,312 107,312 0000000000017371e0b1e14bbd77be2c7b13d2731efd6664a35bddfc400fe4c0 0.00 MB 3 0
107,311 107,311 00000000000160b99345449424be64c0ac837b45e59e272de9442b78dd8e822b 0.00 MB 9 0
107,310 107,310 00000000000284f7dcceaa5a04209d96b5e3ee750a17025abe8e33322f0de7c0 0.00 MB 2 0
107,309 107,309 0000000000022b3ba2ef6ba36cbcf768152bb2c0292e55ade60b1484022e0fed 0.00 MB 7 0
107,308 107,308 000000000000bc1c12d2b609daf8a2ddb16f03c4f655cc95d2d40d0b6f6113a6 0.00 MB 8 0
107,307 107,307 00000000000085b32a3b5ea6834e9620d322b9de3ec984936d6c8492420b57c7 0.00 MB 4 0
107,306 107,306 00000000000002c576c781c2e2e2be427f76b13f068b90f607515796c4178264 0.01 MB 20 0
107,305 107,305 00000000000110e680c10cc0cdba7f5502369d968d35f9c36dcfc915553b711e 0.00 MB 12 0
107,304 107,304 000000000001558a846efb7b358b3937a2dfdc9dcd747151a5fc942a8dd2f91e 0.00 MB 3 0
107,303 107,303 0000000000002f2429fc3de84d9d9c2b9cfe9fce998511ee5501a0e6974d8ff7 0.00 MB 5 0
107,302 107,302 00000000000051d33c2a590183ee7d1428ca4fe44c8f4e55c454a0f84a180de1 0.00 MB 2 0
107,301 107,301 0000000000001d85d1726e763ce7ba8f84ee524833e5c0a5b557f3809b832730 0.00 MB 1 0
107,300 107,300 0000000000009cccb35a15e8a0c31d64fcffa95967ad2b3c0c9d87822c5f1e3a 0.00 MB 2 0
107,299 107,299 0000000000016e3e9ed46ada81f0443d50809bcf272172fe5c724db07f970c3f 0.00 MB 3 0
107,298 107,298 0000000000009f398692f956e1ae65f85ed0c99624aa25bdbeda5dd8df5af073 0.01 MB 14 0
107,297 107,297 0000000000013ae6253b622fa1dc6f9eea51d226f2b63b9df798922744e50352 0.00 MB 12 0
107,296 107,296 0000000000008a351d37a14dfa383c5b767dbc71fba26f46ab64143a01053013 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.