Memory Pool Memory Pool Refreshing

2,908 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,894 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (23,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,292 884,292 00000000000000000001d1bf570601d0d20c71e2b5ca579956255617150201f1 1.71 MB 3,317 1
884,291 884,291 00000000000000000001b6e5359d5d78de1cfbf7c07707b39e5d093efc333c0e 1.64 MB 2,761 4
884,290 884,290 0000000000000000000166e32557e3cd3e0ff52975016ba58d2a66808c6636e1 2.20 MB 948 1
884,289 884,289 00000000000000000000c30c60e3199026ae1335058d61b3c8c82fd0167f0264 2.11 MB 3,462 2
884,288 884,288 0000000000000000000133793d400f05326e08c4b45c64772642810c931f5475 1.56 MB 2,295 2
884,287 884,287 000000000000000000005c7f7c2f3908ba5d3ae166339203cbce3ca80f178b88 1.53 MB 3,513 5
884,286 884,286 00000000000000000001788941371841b2ed1f8e04299b69f99f44ddebf4bf3b 2.08 MB 4,827 1
884,285 884,285 000000000000000000026c169d07369b9f6721982ecd951e177917cf99875005 1.75 MB 3,055 2
884,284 884,284 00000000000000000000e3d18585fe2df27af1a5791f584103568e5d35b7b930 2.05 MB 4,483 1
884,283 884,283 00000000000000000002387069cb36163029dfffc3efa3a4989af8d3dca44a57 2.19 MB 508 1
884,282 884,282 00000000000000000000fc30eb5aa6989fe5fd9146d8733ff626fe88fa43aa19 1.82 MB 2,319 2
884,281 884,281 00000000000000000001b7c930d509b48781a17e90e782863e81575d441fb937 2.16 MB 1,102 1
884,280 884,280 000000000000000000005d120aee104cc9ae995e4c0534a67bab5c1df56dfee2 1.73 MB 2,203 3
884,279 884,279 0000000000000000000046ff0ece0066cadff8555610f59352eafaadc7dee149 1.45 MB 2,661 4
884,278 884,278 000000000000000000012fa46010ef3b42ca861a8ab700b7164b6e201f1f1e95 1.65 MB 2,728 4
884,277 884,277 000000000000000000025b1361218ee2fd02e541b1071d57d1c0271afbc53a64 1.54 MB 2,144 4
884,276 884,276 00000000000000000001233a863318e7231f563886654d13767f26c848f8ebbe 1.58 MB 2,981 6
884,275 884,275 00000000000000000001e793b5663f356400b74997da0e2c7a223ad2e501ae33 1.44 MB 2,672 4
884,274 884,274 00000000000000000001bcfd24f4a1d0aff4298f42d39ab1781e48867b1007f7 2.24 MB 545 1
884,273 884,273 0000000000000000000117b34ff863e31b0ace38e72dfdc1dbee938661495739 2.01 MB 1,459 3
884,272 884,272 000000000000000000001da5da6af634fad816702065b2a6356c2aa325bf9866 1.92 MB 2,327 3
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.