Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,900 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (839,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
70,139 70,139 00000000005959c211b70275b7b890c458d63d113f112fa0703eff768bec0210 0.00 MB 1 0
70,138 70,138 000000000032cfec920125f5c1129fc61ab41b6e7212b0e9d6eebad5a78a63d5 0.00 MB 4 0
70,137 70,137 000000000075cfad974f1153e278d1790f93cc163fe84e246f1b5e58b8108719 0.00 MB 2 0
70,136 70,136 0000000001598f1692bf465cab884e428d2791f791eb61db15c62beed7c4ba88 0.00 MB 1 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, 114 incoming
  • Data Transfer: 2,132.63 GB sent, 112.23 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.