Memory Pool Memory Pool Refreshing

17,568 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (728,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,589 179,589 0000000000000189ebfd09bce908b66f1f6ca0a5c39b52667b893eb4b8a49599 0.01 MB 20 14
179,588 179,588 00000000000003e1410b2ed4100ea4d77913d14d50f3788b9c04c5322d501535 0.04 MB 92 82
179,587 179,587 00000000000008d40bfb9defaacd72768beb2aee181552d294e1c484d4a1870e 0.05 MB 70 111
179,586 179,586 00000000000008c8d8a52b1d99609b4e738d7a1f5b5c3366046b34496e6b4935 0.00 MB 13 91
179,585 179,585 00000000000006232c25d29f9bbff5719b48759e4f09af8983340f0a08a88ea1 0.04 MB 95 107
179,584 179,584 00000000000007ad8bc87466f989eb3de1580163117d464e539b7bd2274c6e69 0.03 MB 87 55
179,583 179,583 0000000000000521b4430e9f07396af32ca2682efa918b594764034445993f7b 0.08 MB 164 200
179,582 179,582 000000000000095d26d6fe991848bcb8b662f0729f8db715380aaffe4a616da5 0.03 MB 45 269
179,581 179,581 00000000000006bc3759544e08aa4d54b17b3baaf314a225dfdadb657f63eadc 0.05 MB 131 84
179,580 179,580 00000000000002b28606e3134b10a7c4a2689c9d086f064f4971048543aba7a4 0.00 MB 15 299
179,579 179,579 0000000000000216e7778ec0cf48146db07cfe8555770f7a860e8d0310184452 0.04 MB 98 113
179,578 179,578 000000000000026fe41af693474c355f7d32d804abd47195d42cc8899a3ac26f 0.03 MB 52 165
179,577 179,577 000000000000070123f89e7022034993b53e3bad3d85ec5533a80886a3c3daf7 0.02 MB 48 160
179,576 179,576 0000000000000563bbd207f766c0b9c14c0b1f4fc282805a532cb4f8702766fc 0.05 MB 109 208
179,575 179,575 00000000000001101ec9e0873b14019968618b8084e7406a8a8fc5ede4e343c1 0.03 MB 59 48
179,574 179,574 00000000000004297e4c60d1a2fc7c4ee1ad9016659f46aeeb90b58baefa557e 0.03 MB 31 84
179,573 179,573 000000000000034d39f232dbc74ef1517f2f94ac26bb7d38dfc57be92c11ca4b 0.03 MB 75 133
179,572 179,572 00000000000000ab6e7f76ef2e965599d8d288b3036521b9e2efede13c667742 0.01 MB 21 83
179,571 179,571 000000000000020e840a3b9263e46d398333792a380746b2ef824fcbcdf339ec 0.03 MB 58 116
179,570 179,570 00000000000007ada92807dbd74aa8abfde474e541b314518bcd5be6cfc5f825 0.02 MB 73 4
179,569 179,569 0000000000000989bc317807822802442e092ae52d0e6730ce53aae8008e2bae 0.07 MB 151 117
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.