Memory Pool Memory Pool Refreshing

2,553 transactions
0.84 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
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (648,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,120 259,120 00000000000000016c78d40c689532a6090715c429fd8bc9e14d5d04e60602d0 0.09 MB 152 72
259,119 259,119 00000000000000088b832f17c31073dfd86e7baa4d9f8ce3903f884f401a3408 0.19 MB 280 49
259,118 259,118 000000000000001f3820bb4e0f1a61bd2d56ddd075e7c4b5ec041ef0b31a4dd5 0.19 MB 386 104
259,117 259,117 00000000000000053bd4ad7277006eb30a73dddb1fe179706b4a3f5aaca66dd3 0.07 MB 171 94
259,116 259,116 000000000000001be1399956fb451f5714c4c8873e73d56ec16adbe2c18120d3 0.02 MB 58 79
259,115 259,115 000000000000000ca71824e58d29fabc486ac4b824e8551b724e1b0abc3261e2 0.24 MB 526 81
259,114 259,114 0000000000000024e7a4cde8e369beea5386d10e8002d768093fbf1f8e03103b 0.02 MB 43 71
259,113 259,113 000000000000000a1ad4c2f660832308a13a7b3813a7ff1f0e12bc14fa622645 0.00 MB 10 110
259,112 259,112 000000000000001276e778319fb8930da33ddafda8cdaa0289eef14550fe1528 0.07 MB 162 100
259,111 259,111 000000000000000b528ea093dba6766fbbc988c087c915bb1da05e846f7f92e1 0.05 MB 134 80
259,110 259,110 000000000000001bf3a8c8487a86a4b9845ee66efc5796c393e2deb21cff6ec2 0.06 MB 128 106
259,109 259,109 0000000000000000ffaf280dd3db335dc105c4b6fcb28444ba3bf10000374779 0.18 MB 406 90
259,108 259,108 0000000000000020a734a3da6f36700f823198f00c96579d8516df1159927346 0.07 MB 189 115
259,107 259,107 000000000000000efb2025d5329b671892b13a2b5725168eb88a645c22a84930 0.36 MB 653 77
259,106 259,106 0000000000000013a910cf834decc2192bbcaafcd1c0b03bd3bca062dda642b5 0.19 MB 372 81
259,105 259,105 000000000000000224f1e48eb30443d07356c26c25380818d39e2063f1487b29 0.17 MB 417 128
259,104 259,104 00000000000000057c4e16042e14d67ba63c15ba52205e9e014a4de88e6d9ce5 0.21 MB 430 95
259,103 259,103 0000000000000013a7cb3b5ceb9c63c802f3c18bd6060cf2cc209c498dc7c6e0 0.06 MB 146 67
259,102 259,102 00000000000000070e5c510bd3efd6f132feb64af48db17bf23479f117a58d45 0.23 MB 386 63
259,101 259,101 00000000000000226f639d1b9ec2fc11fb224140dc88a4b416e6fd2f3c878ccd 0.04 MB 77 71
259,100 259,100 0000000000000012029f15693dbf5f7595fd8a426a59b9d93906ac2281e15480 0.07 MB 147 91
Previous 10 blocks ↓
Total Size: 769.14 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,632.02 GB sent, 93.60 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.