Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,791 transactions (3.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,900 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,928 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,899 (856,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,146 53,146 0000000012b983e93e28b46e23167c5c97edfa15613b50d386b5ee011c17b55b 0.00 MB 1 0
53,145 53,145 000000000ab73c237d28b3438dedf6d6fdeafb3977f0acc55e1fa82acf316b30 0.00 MB 1 0
53,144 53,144 0000000014b58da89accd92644cab289ef0bba69239763dbf53ae22a3e1a6bab 0.00 MB 1 0
53,143 53,143 000000000077db290178e1c2b4aa744e1cdf9d306876a6a2bfadfe4374dd3a35 0.00 MB 1 0
53,142 53,142 00000000055caedbbafe036185e4ab8b3778cbfbea20d5d83899778d0cadb11f 0.00 MB 1 0
53,141 53,141 00000000076a6a5949d68fec77886f16a8617fa0f1cb40c771f1dc6075a2fff8 0.00 MB 2 0
53,140 53,140 000000000a559afa08411ecd36b06c642a12e13bfbd240802d2986ee8729a10d 0.00 MB 1 0
53,139 53,139 000000000bc061a9a1f2affb8cc4a15d81132d74fcc01f3e9554fae27826dace 0.00 MB 1 0
53,138 53,138 000000000f0e823b307cef2347d2a2e902ce98a9a99f76dfa8ad495903aed88e 0.00 MB 2 0
53,137 53,137 000000000cccd2eb30399ebfaccd4bec8cec89949ce1a9cc146c37d468e9a63d 0.00 MB 1 0
53,136 53,136 000000000914691bd4f74b916ccb70d78aae0cb9022994e657a1f547bc2a2308 0.00 MB 1 0
53,135 53,135 00000000139cbd50e48c5c7c585a72d54ab2ac7cdc08b348256249c2a1de6e6c 0.00 MB 2 0
53,134 53,134 000000000ea245964efae0af7a44c444e147ab57439b9fe388aee43cf2fed3e4 0.00 MB 1 0
53,133 53,133 000000000c63dab3920091f0b2c40173c3845feeaa003487e8e2e041a9c0d7ec 0.00 MB 1 0
53,132 53,132 000000000fd3de0c1eadd974d965bdba2416d0bf73afac5533c3de59f26f13f7 0.00 MB 1 0
53,131 53,131 000000000767b3d9716e72c717c4b7d4336ffd1ba7e7c7c3da7338ae6ef706d1 0.00 MB 1 0
53,130 53,130 00000000011f3a900aa93124100cb45c2ae20a1b5f385d7b84bdae13bb35c276 0.00 MB 2 0
53,129 53,129 0000000003a777703c7274c3ccd4fcbb2b23c1397cd20d7d9b67c463fb24988a 0.00 MB 1 0
53,128 53,128 000000000cdec387d46db1d6ecc70d0b7d3370662c9d81b577263dbe35a8b7d0 0.00 MB 1 0
53,127 53,127 0000000012acc568a4c2547068cf4d5122cf860d3c8f94cfe706d507dbdbbfac 0.00 MB 1 0
53,126 53,126 00000000044561ffc1ed0b4277917273b9c9e3a081acc62188afe4e734cbd49b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.21 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,171.77 GB sent, 114.47 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.