Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,404 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,662 000000000000000000022cb30000000000000000000000000000000000000000 0.88 vMB 2,393 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,661 (839,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
70,147 70,147 000000000022061e4f019d0d20fd368d0963eab52843b5d10c7c06a02ce534cc 0.00 MB 3 0
70,146 70,146 0000000001517cab6738a8ca434e8597bd692503875f388db965bf57e51874be 0.00 MB 1 0
70,145 70,145 00000000005f06e063659c61986241e8df31d1b2037101e716b03b1a0a7025be 0.00 MB 1 0
70,144 70,144 00000000005a4459cd9b76de72ef0a1674f52896cac4bbb5077f128f8feaa648 0.00 MB 1 0
70,143 70,143 00000000008b33243e1d90aa0215bfd090539a16e946c20ce452e87276e6e99a 0.00 MB 2 0
70,142 70,142 000000000109311c993c774b8866c87c7fd8cfd994075d011541077c23f50bd0 0.00 MB 2 0
70,141 70,141 0000000000440a0985421fca7bdebf4a9d8a1a3bf9e54925c59f436059ddd2e3 0.00 MB 1 0
70,140 70,140 00000000003da08fea69f78fc2bd2b5fe9a9b3b048f1148333daef9dbe6fcd54 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.29 GB sent, 112.24 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.