Loading Tool

Explorer IconExplorer

Memory Pool

45,120 transactions
28.59 vMB
0.08292500 BTC
Random Selection Loading Transactions
Max Size: 151.56/200 MB

Candidate Block

Mining Attempt cb312eb560d5ab57f20bc401ae92fb4d3ec05e54a3c6b85b824241092f815085
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 8d8e0e0a30f2a140ac67e10fbf8b16fbd9cfe8027edadb1d0d4cfadccee85ab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.02843730 BTC
Feerates: 150.92 > 2.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (64,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,151 850,151 000000000000000000015d3d35005c50396aed0feb705ebc42a56ff99a686461 2,087 1.00/1.00 vMB 10
850,150 850,150 00000000000000000000d7e90106569804c295b7707fcd29704ee50d7b090e38 4,413 1.00/1.00 vMB 9
850,149 850,149 00000000000000000001c7441cbaed98cc266919b5bc2e7237db258c1356a7a5 5,084 1.00/1.00 vMB 8
850,148 850,148 000000000000000000006ee8fdad7e24aa10ccd4ccc98e2a6ae94b1a5e7f0678 3,562 1.00/1.00 vMB 15
850,147 850,147 00000000000000000002288a332ff51e0a245512a7654c35081b00a48a0a1f5d 4,686 1.00/1.00 vMB 9
850,146 850,146 0000000000000000000209b44b1c518e3f27d17bc0c3cf781146340c85779f18 3,515 1.00/1.00 vMB 10
850,145 850,145 00000000000000000000c80405ffc377c122e1bc2239c87bb4cd230dfc4a27e3 3,028 1.00/1.00 vMB 12
850,144 850,144 00000000000000000001afeb191dc74956803421537968333d422fc9f5bb744e 2,652 1.00/1.00 vMB 25
850,143 850,143 00000000000000000001040d448b8d75ea5a9f571fa479682f7b022443a11d84 5,656 1.00/1.00 vMB 8
850,142 850,142 00000000000000000002b271f4739d427b3d4bab48c6a78d872fc319019efa99 6,041 1.00/1.00 vMB 10
850,141 850,141 00000000000000000002872bf6a1b36e0861e29136f17d6371dcd0d8567058e0 5,847 1.00/1.00 vMB 9
850,140 850,140 000000000000000000001e30b8f057133c4acc6e992b63b4469a96923508d5a5 6,988 1.00/1.00 vMB 8
850,139 850,139 000000000000000000006dbceefa23b1f15b0b570e7871751f8f829b4bca614c 6,266 1.00/1.00 vMB 9
850,138 850,138 000000000000000000025755ecc35e18fe9de8e5c2e93de4db2cc5d1f75c69fc 7,672 1.00/1.00 vMB 7
850,137 850,137 000000000000000000009c4cc57cc9fcbd9e2a60515f46632ce67e5ee3694836 6,676 1.00/1.00 vMB 8
850,136 850,136 0000000000000000000026103ff5659cf80e523c67b15e623b715935e207fc81 1,623 1.00/1.00 vMB 7
850,135 850,135 00000000000000000001228d45fbcaa76cd43f6419353e4dfa4d761132aff39d 2,092 1.00/1.00 vMB 9
850,134 850,134 00000000000000000001f3503ea9900f07ecbb9a2cdb34be0cd47e18165aa4e5 3,236 1.00/1.00 vMB 13
850,133 850,133 000000000000000000030ee0006b13a4df6297f192ba9e619fb92174202f5d09 3,126 1.00/1.00 vMB 11
850,132 850,132 00000000000000000001d90ff637ab1c61c4bd1d6e01b2ff6a518f9c6f63001b 2,585 1.00/1.00 vMB 11
850,131 850,131 000000000000000000001664357bc4968ab4d8d9094d7cfd52cff41d18981f51 1,879 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 GB
  • Uptime:

Notes

  • 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.