Memory Pool Memory Pool Refreshing

6,234 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (765,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,972 141,972 00000000000003c05f528990a14c2ca825136b748ef41d36aa6c267a94392583 0.00 MB 8 36
141,971 141,971 000000000000078cd959c8267ac03bbcd88b6f4a63a91c34f69e349f92abe531 0.01 MB 26 149
141,970 141,970 00000000000009242de7aa5bfaacfa0089deeba68316113bbe4597d1b4f13007 0.00 MB 10 938
141,969 141,969 00000000000001b18de40931cb372a12863bccb3670f68dfe8d06420b0d6077b 0.00 MB 19 10
141,968 141,968 00000000000006e49c86829a991b2f2381f440090314809cd27c28c4b5a7bd6e 0.01 MB 24 501
141,967 141,967 000000000000075319d448a189304be19d0eec093879fdd3b20f19197fd50d97 0.05 MB 88 219
141,966 141,966 00000000000000e954e3ca172d246c98a99b25ab549260572290d855726f7489 0.03 MB 89 30
141,965 141,965 0000000000000127b9306b7e7e41684e2b53ad0a8e13247651c804b86eb312f5 0.00 MB 2 194
141,964 141,964 00000000000002de16777abfef09d8a3e7ada7f49e3e8debc69daac2269283d2 0.00 MB 4 0
141,963 141,963 0000000000000030b685c5268b37dc7b0694d4d55a4fda09932bff345c380f51 0.01 MB 38 207
141,962 141,962 0000000000000930b011a06026e44c8e6ebbe1934cc79aa66850b05aa0604dac 0.03 MB 55 153
141,961 141,961 000000000000082451cd7be42e114a51bdb27cb30bc2db9c91bd5e84d4912cbb 0.03 MB 110 3
141,960 141,960 000000000000031d25fe825736d96ff5d92e1d183a7bd54b428a6ce08060caa2 0.00 MB 9 151
141,959 141,959 00000000000004e7141236e97c5f4edcb6b19221a6143ae4ed19c6cb1f120ede 0.02 MB 36 32
141,958 141,958 000000000000043b2def3ce1f1f66e4fa428a8bff7df5668b7f959d6bd105750 0.06 MB 127 141
141,957 141,957 000000000000001aada761018635d19972692888718103bc0cba931062f9f687 0.06 MB 53 257
141,956 141,956 00000000000005d8231c47b6bcfb9587aae971945f90c1f7a28d085138422874 0.01 MB 16 88
141,955 141,955 0000000000000133714fab436e1aea0a3dfd4152442a2058a0b3e34eb4865a3c 0.02 MB 33 241
141,954 141,954 00000000000005cc7d52dc6c3e0d2ae69c361308b21dedd5267322716db26c4f 0.05 MB 79 80
141,953 141,953 00000000000007e99f0e9634d7c6566d63fdc08f9ebe4385917c50a880a5aa3d 0.03 MB 29 72
141,952 141,952 00000000000003fae4b9ebae5a5415e66c20d9f1f1a5d6c39dab218d24e343fa 0.00 MB 11 321
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.