Loading Tool

Explorer IconExplorer

Memory Pool

27,112 transactions
10.23 vMB
0.04302337 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.40/200 MB

Candidate Block

Mining Attempt bee58ecd68914b8b37d97e3a65ad771967455e78d2215da2e4ec6a95faca8b57
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root c0632fadda728ef089bc28584ac37a4fb82bbf16a1d8e8122f96e9c113bb09fb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 949
Size: 0.54 vMB
Total Fees: 0.01866647 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (636,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,136 277,136 00000000000000027ea588641dbb07b857900a25e05797c6be40c774de2128b7 211 0.15 vMB 18
277,135 277,135 000000000000000126d988cc2a2ed310e48470517aa37188fae2418968cfd74f 435 0.22 vMB 64
277,134 277,134 00000000000000015e2511350fe2f3f7eb43df195d979a532193055d246d6222 563 0.25 vMB 53
277,133 277,133 00000000000000013801cb00c3c7b1b68608a4b21a60fafa60313b49843216e3 101 0.17 vMB 15
277,132 277,132 00000000000000039392f02342e9d809e9d50bd2c5b3c9c938bb276463b50d9d 129 0.17 vMB 16
277,131 277,131 00000000000000027290c18f24a65c1522d1c519dcea9a282e22ceab7c2124a6 302 0.15 vMB 43
277,130 277,130 0000000000000000d124fdf2922ea6594b54e3f8557c7abed63e4a7447a5ca4f 301 0.18 vMB 27
277,129 277,129 0000000000000001b8fa38460052c4f8d3874943f00a0caceab0796c8d2aea16 628 0.25 vMB 46
277,128 277,128 0000000000000001edefef28fa8c2593e32e3bf4d71b97345646171a0416116c 1 0.00 vMB 0
277,127 277,127 0000000000000001b1bd3bacc1251f5b71912580c8e6bf8b16c4613ee36421c8 89 0.03 vMB 95
277,126 277,126 0000000000000000107221e2d846c5df8fd02a868815a6e7f4877c33cd320d9c 383 0.20 vMB 39
277,125 277,125 0000000000000001b4603d7093c87444bab48b645b20cce2cbc2968c1a0d0678 277 0.21 vMB 41
277,124 277,124 00000000000000013aa869f2d604bbf2548480c080809116dd7506f00031e680 1,058 0.50 vMB 54
277,123 277,123 0000000000000001ca779a36033bc594fcdb1c61162f176f179edfe5834de03a 52 0.03 vMB 24
277,122 277,122 0000000000000001fe27ccfd6ba1807dc0963b1a3f717dc9855b87b191442110 536 0.25 vMB 45
277,121 277,121 00000000000000032e49bdd5553d8cb5f9b8ac8f1f3c936e4d99f5c0f4ca55b2 354 0.20 vMB 36
277,120 277,120 000000000000000140d2239897e2b18d04fcef129d2bd32cc547b658b7d1a91c 616 0.25 vMB 66
277,119 277,119 0000000000000001daa139f6a7661bd9853304f960b3b1911e5839cccdf8b78a 396 0.24 vMB 40
277,118 277,118 0000000000000001940c4b94ad651fe67d51e70654ff9186db9271b262e33576 419 0.25 vMB 35
277,117 277,117 0000000000000002cdf7bce4c09c0849f789a9508d812d3ca430429f6213688b 234 0.25 vMB 13
277,116 277,116 00000000000000003a8d7be745e0515c78b51014311f20235327855bdd1e87e4 1,107 0.50 vMB 46
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.43 GB
    • Received: 0.68 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.