Memory Pool Memory Pool Refreshing

8,263 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (603,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,727 304,727 00000000000000005a97e9dbc39f5cc3c94aa63aef33c443a706a0491ecb7ede 0.35 MB 875 50
304,726 304,726 00000000000000004ad75eb14f181ccf5546f9c510ef970b4050ee4e6b7f93ba 0.35 MB 782 34
304,725 304,725 00000000000000000a3bfa142967ab76ef02f8a54481bbc6b8c4bf4a1ec9109b 0.35 MB 905 40
304,724 304,724 0000000000000000524ac851ca0496515c12d6810827ad418c7a547b1829236e 0.08 MB 177 32
304,723 304,723 00000000000000003a1a6309513a9c592a2cff102039e2efaee03df391b99703 0.13 MB 265 34
304,722 304,722 0000000000000000561a2e0147c283c5d6f115ccb37eea1b95b4aff06fba83bc 0.10 MB 209 29
304,721 304,721 0000000000000000033db78426fb8a1662deae8b4a484039e231c93f81566e1b 0.05 MB 135 39
304,720 304,720 000000000000000016434b09a4f17fa61102efcc3bfbf4c7b5cffc92d7162e30 0.31 MB 626 33
304,719 304,719 000000000000000026bd280f4563e540f0bc282f445fd0ab28ce962a1ac9a305 0.25 MB 421 26
304,718 304,718 000000000000000012c7ff2017aa8d716f79c941de1d5ded6eb859db91d6e68a 0.06 MB 102 28
304,717 304,717 000000000000000015dcaea2166ec374e098f5696db4a81aca09bbf121dfcbd3 0.31 MB 630 29
304,716 304,716 00000000000000002040d21c12907127045a84e0f334197496647be45651278f 0.24 MB 454 28
304,715 304,715 00000000000000005112a8c5a5f17fdf2afa70e2f6782931d89b09aef6498cd5 0.13 MB 260 34
304,714 304,714 0000000000000000018a162c1d80283c3f497142b1f00b5948db9ea8c752fa6d 0.38 MB 704 35
304,713 304,713 000000000000000053f10be238602a379755b73d6b778e62261bb7e44dfb7622 0.05 MB 34 17
304,712 304,712 00000000000000000de3dd28b1732bae6e013e65d7950cb001f17044375f3c9f 0.25 MB 533 36
304,711 304,711 00000000000000003563a19a8a0d96a2ca0bf6bb7b4e4ac9df94eab68ba22b56 0.01 MB 23 14
304,710 304,710 0000000000000000374524f3e3f276fc6654f3708e18b61f1a7ea424a0c95354 0.01 MB 27 37
304,709 304,709 000000000000000023927c3b699c5ff7e76c50af051f7c714a1147733dbb1232 0.12 MB 218 32
304,708 304,708 0000000000000000461190960aea37798384c18b33a6e10843cc58a81f1992c9 0.16 MB 230 26
304,707 304,707 000000000000000057c0d17c2070e3faa6599242dcc80449013bbeff9495ed3e 0.27 MB 601 34
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.