Memory Pool Memory Pool Refreshing

6,825 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,177 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (629,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,577 278,577 00000000000000014cbac5805cbeff854c09f413213137dd656439ee4e40a0d4 0.12 MB 276 50
278,576 278,576 00000000000000028e8c0b726ce5c7e9370fbdbd34d22e73fe173b636873f5ca 0.14 MB 329 58
278,575 278,575 0000000000000001ce4236c579a865d9455fdce284a547809066dbf21de7d19e 0.02 MB 44 53
278,574 278,574 0000000000000000221ef2de0efc8b947d9eb0dafb77c200e38fe24685c575a4 0.02 MB 65 15
278,573 278,573 0000000000000002a33228cc7a063d65fa5e62c8f9aaa6404ee0e1fc9117d39c 0.17 MB 357 40
278,572 278,572 0000000000000000d544da1cbe4de133b8275a79dfc6818156de4ed4f27f4f5f 0.03 MB 59 33
278,571 278,571 0000000000000000a981eecb9a433719c6a43ee72eb10e2d9143cb75e941efec 0.10 MB 257 53
278,570 278,570 00000000000000005b9a26691cecd613e35ff017022dc9a7fdf8f83af91dce32 0.17 MB 390 46
278,569 278,569 00000000000000010d3c12aba4e30310a7ab44062a9acef2a2ef796ceaa0a313 0.13 MB 267 64
278,568 278,568 00000000000000010f506a248cb023addb43b06874f77e0e5fd78036af0ea1e5 0.04 MB 97 43
278,567 278,567 00000000000000011b722faa46d8bccfc800b175d66684b6afbf697d6c55e02f 0.06 MB 63 35
278,566 278,566 0000000000000001c3d991ba5b549620e78c2eda9f434c5d155830f4dba7c409 0.01 MB 20 84
278,565 278,565 00000000000000012017db41f132a0828538fc618408648f7b161ce92deb29e9 0.07 MB 175 36
278,564 278,564 00000000000000009df9e05cfb4b93e1e4e95f5af3cde6cb9f9e54d0f9d8a917 0.16 MB 337 58
278,563 278,563 000000000000000068d1acfc475bc070b96d9f22ffcd5feebf4920cb244b12c6 0.01 MB 32 37
278,562 278,562 000000000000000048599994d58ea041a97449f85c109143a0cfd1fe942f1ef1 0.00 MB 6 38
278,561 278,561 00000000000000000d81cc13670501c96f3b696084000319a0b72554b657a39c 0.13 MB 264 135
278,560 278,560 0000000000000001916faa85bc307ca096504f977a49ec4854e5cac78db89c90 0.15 MB 301 48
278,559 278,559 000000000000000238423cec38b1c0a179a58bab80f65d1c0f3a12fbd293ac13 0.00 MB 1 0
278,558 278,558 0000000000000002ffd1cdb88a642fb253596a889c9622c1c26038b5cc1173f1 0.14 MB 331 42
278,557 278,557 0000000000000000be4921fab20219b06639314cba2483463ef6ff87c7b8529c 0.07 MB 124 58
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.