Memory Pool Memory Pool Refreshing

6,958 transactions
2.26 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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (708,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,512 199,512 00000000000001dd13fbfb103a4afe185f1a9b303bcb5df4d0e0615ae2558a44 0.34 MB 439 91
199,511 199,511 00000000000003daab84c09f7f67318a6e49d3667b26a40697ef7c1a7a83430c 0.05 MB 122 142
199,510 199,510 0000000000000312334754bf4a273d53f9d6adaeaa733c0323031a41f03659a3 0.01 MB 16 61
199,509 199,509 00000000000001847e83494bca8a9ee57e16ca14b24976683be3ce8d4d11397f 0.01 MB 26 83
199,508 199,508 00000000000005c75aef942f486b960052fa0e9e2ff1eb1a7ad529ca0b1eb13f 0.04 MB 83 158
199,507 199,507 00000000000000221919a76b995a6d84c46ecf477c3fd45dda63b327181059dc 0.13 MB 331 138
199,506 199,506 000000000000045e1d7c0388a4cc8a638b67e12539c20672ef13dbfdfdb884c0 0.02 MB 39 100
199,505 199,505 000000000000015ee10cd579a72ad38d1b69bfad31e2a82b60baf3a23196c6a4 0.01 MB 39 119
199,504 199,504 00000000000005f6cb0f09591e139dfed59ffdb1e6a999bad9b823200d277586 0.10 MB 205 129
199,503 199,503 000000000000021f820b58e9cb10264a02fdb8e9574c96e0a2a2d22860742137 0.15 MB 359 242
199,502 199,502 00000000000001014005655127cdfb2872c425aaf12ffce62d1cce366639533b 0.01 MB 32 0
199,501 199,501 000000000000012de75307beebc3f4c372ec10b8297fe9141fff6fb56340bd63 0.04 MB 129 53
199,500 199,500 00000000000003580e0ded0eefe75eca1bb8cd9d605bb98a03448debfca9b5aa 0.01 MB 15 57
199,499 199,499 000000000000007d09147704bd74fa53a92ccb1677c4930681d029ec64a0960d 0.14 MB 288 118
199,498 199,498 00000000000004dbb839793bb039bfb9f81064833f6a57293270b1637045b956 0.07 MB 128 59
199,497 199,497 000000000000003a894032718f18121427def40dd885005f3218387742e7118d 0.15 MB 286 111
199,496 199,496 00000000000005f321518f808147817fd05a80321848eacee064c44865fc0422 0.09 MB 227 157
199,495 199,495 00000000000002d9877151fdaba592989270f518eea71a975165f22f48abd239 0.08 MB 181 127
199,494 199,494 0000000000000443a0107354d7572dbe27d407310324b4eb3b0c7e8cb1ec3515 0.07 MB 216 170
199,493 199,493 000000000000054985ef162c8c95ba8af1c25f6608e398bda8ead03b899d2329 0.33 MB 783 47
199,492 199,492 00000000000005d2cb24763c1f17fe50176e0047505c0ec29bc17ace4bcc8a2c 0.06 MB 186 169
Previous 10 blocks ↓
Total Size: 768.97 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.71 GB sent, 92.68 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.