Memory Pool Memory Pool Refreshing

1,929 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (622,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,124 285,124 000000000000000137755f9dc501adcc9db22c422c727863fa625b0d1f289eca 0.23 MB 589 42
285,123 285,123 0000000000000001186fcf3929f9c74d1d26ba3b3d70250a8bfb488f47b8f1cd 0.12 MB 200 42
285,122 285,122 000000000000000090f7198032864ad92089b3bb9fe2c6c8a1afa0c80dbb3115 0.22 MB 563 51
285,121 285,121 0000000000000000d67515faf143eefddfa9cea8be292432aa924cd64b56f5a4 0.35 MB 562 25
285,120 285,120 000000000000000009d105791570520629d73074703365a5121640b76ba46fe7 0.09 MB 152 60
285,119 285,119 00000000000000014328b1893cdb0588738b8eccbdccabc9368bd9b80adca6bc 0.48 MB 1,116 44
285,118 285,118 0000000000000000838939390239c684d02bf2aa58925f1e880eb7e3e343bf6f 0.14 MB 299 35
285,117 285,117 00000000000000012688af50ec664b8187b7712ce875a3d0df0017a157630a84 0.35 MB 817 47
285,116 285,116 000000000000000124078712676f63f30dea40102c1c8e54a241bf69e49e94ff 0.00 MB 1 0
285,115 285,115 0000000000000000db49c5e9572cb791f1507033ddeb21e833d63312ab0c874f 0.10 MB 211 42
285,114 285,114 000000000000000199f7fe86f2a01d9544654cb6285aebe1922e6da28b49e566 0.05 MB 105 39
285,113 285,113 0000000000000000bdfaa1ecfb3fe161d15abb1a1f477c4739209eb940ee4819 0.06 MB 156 28
285,112 285,112 00000000000000015117aec03a2b47a36202c7c5b5147e82cb889b44d95ad349 0.16 MB 378 51
285,111 285,111 0000000000000000f3ceb1d14ca355c049858f1879cb2ff2fcbb0b8ffa585dd0 0.23 MB 490 35
285,110 285,110 0000000000000000ae89cefa0763ed473a753f203080231989af835af703e6f5 0.05 MB 61 17
285,109 285,109 000000000000000054ef93e4c2c4693c5d78b258698564d57f4458d9668b502a 0.10 MB 219 65
285,108 285,108 00000000000000001ed4a019351274627c4829f4530f11735e147965575bd551 0.11 MB 199 24
285,107 285,107 00000000000000003e1b50651f4bddde4cf40559f50d5c5e68de6c5d12826fbe 0.22 MB 252 21
285,106 285,106 0000000000000000664841d2227de6332afa89e22280afdb07135b228af95786 0.35 MB 977 60
285,105 285,105 00000000000000015c6cbec1fbb295ace4437c6ca595da93f68a2023d82427d3 0.35 MB 867 51
285,104 285,104 00000000000000008b69fb33c8782af52bb1a36e721fb3a6ecba74d432e5e5f0 0.11 MB 148 38
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.