Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,142 transactions (2.22 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (839,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,168 70,168 0000000000e98155c8dee7c152ac5cde547205e02088da5658af9f1793beb700 0.00 MB 1 0
70,167 70,167 0000000000d5dcecb68c49cdc7710a149a0be31c03b43fcbf0adc0428a9cd91e 0.00 MB 1 0
70,166 70,166 00000000005d522cdd01407046f6e98f6032f264120e34b4c390d4e5d5d674d5 0.00 MB 4 0
70,165 70,165 0000000000bfa29218a578646b961219c2fcc7317093f16c7636ef3afec31274 0.00 MB 1 0
70,164 70,164 00000000002e1d82909409da5438f3993ce66eed93fdb2232b4049db9ad675e2 0.00 MB 1 0
70,163 70,163 00000000004aef587d5bd48c1483ba5b519c9ea46285319f542fcd878ce9cb16 0.00 MB 2 0
70,162 70,162 0000000000dcc60c647fe89c9fd2226c9e4f7c7694359f0fbedadef5a34a6263 0.00 MB 3 1,941
70,161 70,161 00000000009cafd87f55881112479c2b3e1409d84eddd564e9bff2196cd9e714 0.00 MB 1 0
70,160 70,160 0000000000127d601812ab6ada26caeea713a8c4d38f653c04cc76d32b51c69e 0.00 MB 2 0
70,159 70,159 0000000000466e55fc6a1c71e52f4b4524c346644ae0f3116d89e98395a006c5 0.00 MB 1 0
70,158 70,158 00000000013462b6fa6e80d42f7faa3dc878ef36ca114229a7b3038bdbaac9eb 0.00 MB 1 0
70,157 70,157 0000000000fb7d60f402a943ef1b71b3b7fd568d52b0b912dfca2eaaf6c620e7 0.00 MB 1 0
70,156 70,156 00000000006bcea06c04c7252316f3e2e5a88c04a980975c8ed664afbb30f969 0.00 MB 1 0
70,155 70,155 0000000000c70144ef890ece2f4fd2be7f9cdb2af279fe00f96b9d520c087f2d 0.00 MB 1 0
70,154 70,154 000000000056dd7bfd69828a03471e0331a91997ae788d423b994053479034fe 0.00 MB 1 0
70,153 70,153 00000000000e0293f9ddf614b085be419f181ac2228413b67293442e4c7b4be9 0.00 MB 1 0
70,152 70,152 00000000013fd6dcd1861403d99924b843da7ddfd77f43f401de110de2c284cd 0.00 MB 1 0
70,151 70,151 0000000000cc280a34208fe21c1af5eacaf3788f4ef1a578ac2744b9c8f9190b 0.00 MB 1 0
70,150 70,150 0000000000b3c24d6ac4e6c893ccfec6413095ff81a2cba6a2e502a4efc1fb99 0.00 MB 3 0
70,149 70,149 000000000119a3e72d69ec1858592f70c081abd26dc4a2d4574abf84aa5e2506 0.00 MB 1 0
70,148 70,148 0000000000f33fd466afca8aa161c206e017ecc8d99fa3723cee339351fe84c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,149.82 GB sent, 112.49 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.