Memory Pool Memory Pool Refreshing

5,356 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (674,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,826 232,826 000000000000016565701fbd0b6cfd6a49fc81d6d88ecc99a4213c757daf0aa1 0.34 MB 595 138
232,825 232,825 000000000000005cf5f6d6a472c10575afa66018b76951e6579b1452138c8c52 0.12 MB 307 209
232,824 232,824 00000000000000c080c5d4840479d982c394cf438613f19937259dce381b9953 0.25 MB 512 155
232,823 232,823 00000000000000009281fa323618cd2d9d0210398e9a70c7c06eb447f06b333d 0.25 MB 724 224
232,822 232,822 00000000000001d4cc5afa6bfaac7653f1cb4cc8227bbeafaa4d52e76a5bb45f 0.25 MB 337 112
232,821 232,821 000000000000017a4c679684119f8e2f743862fbee5e6dde789c470057d86922 0.06 MB 110 207
232,820 232,820 000000000000005aa83894dbfa4c15660bb7d87e1770b7677469e9f8547dbd17 0.13 MB 304 179
232,819 232,819 000000000000007b59ba31476b785887c0fd52bb4c94a9e8633912609eff18cf 0.25 MB 476 150
232,818 232,818 000000000000016408fda3cd4375be7629539be327bd9d0e5bfeb2f98d696fdc 0.25 MB 276 99
232,817 232,817 000000000000012485de39aa9507f93e500eb6a22c12dc1ff0b86b79ac922440 0.41 MB 812 140
232,816 232,816 0000000000000156406f2005f856778fb1fd49bec1030e346f2919cdb9e57682 0.02 MB 32 19
232,815 232,815 00000000000000ed9f0dc920af2256f0c54d615588d033ebf370d55b479237e8 0.25 MB 543 168
232,814 232,814 00000000000001156640a1dbe45594d3b3d22740ec8b71ceecb851f78067c11d 0.30 MB 588 150
232,813 232,813 0000000000000012a2471e37ae3cbadb11630c2654fb7261cbfe02b4e748867e 0.08 MB 206 50
232,812 232,812 00000000000001abd216e8515db31047421fe11805170a40d2d12c3ba300ab0e 0.15 MB 512 262
232,811 232,811 000000000000001dd565ffc5e3723528d64c92781bb832d44049c8b444935ecf 0.13 MB 270 182
232,810 232,810 000000000000002daebe4e27e79da23477c90cb12c4aff5151618ab9033f37c0 0.01 MB 18 57
232,809 232,809 0000000000000092b81ee0db0745994871b7539d9b74a973f1fbe4e069ebb495 0.23 MB 552 228
232,808 232,808 000000000000002caf37ea4f6617055b9f3852785d760088ac71b72670a42ae8 0.25 MB 380 160
232,807 232,807 0000000000000161ebcc2da8dd3a68b1d98dffec11da0d13cdc777f5b779f2f7 0.23 MB 532 204
232,806 232,806 0000000000000137d0e5fb4197775645ef87db6004ce909cb11d4516d9f33322 0.47 MB 1,100 3,213
Previous 10 blocks ↓
Total Size: 768.96 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,615.02 GB sent, 92.61 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.