Loading Tool

Explorer IconExplorer

Memory Pool

76,072 transactions
28.79 vMB
0.07077364 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 73a8f88936ab2aad37ff1d07ee17a3dbe6bfd6c772e6cff18a041f93e64f40e3
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root abee23d48add77eaf87b63204bc8e0e2c640cd6c0855ee25bcbde5e336e99b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.00778188 BTC
Feerates: 104.17 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (500,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,536 414,536 000000000000000001c45457edb9b1fdbd9e501a1668ede25f256411924c176c 2,101 0.99/1.00 vMB 37
414,535 414,535 000000000000000000c3d672467a9a8239c32ade17401cb650264bd82992e7d9 2,714 0.99/1.00 vMB 55
414,534 414,534 00000000000000000560a2028242cc838abfc33355731da348cfc78f273d9427 2,373 1.00/1.00 vMB 78
414,533 414,533 00000000000000000058ca2a6dd43f12e97da24d967b1c74326860e035515f54 74 0.65/1.00 vMB 7
414,532 414,532 000000000000000000732b826e464107fc96b2c17e663d3474b56ea3051b6e99 1,409 0.58/1.00 vMB 49
414,531 414,531 000000000000000000f4f70c7d955e9229110bb5a38d9e5330c72297dec92a5d 1,974 0.99/1.00 vMB 43
414,530 414,530 0000000000000000015d2c0caba3315408c28724763548decc5e16204d3ec245 3,013 1.00/1.00 vMB 60
414,529 414,529 000000000000000002c2727d1a744f41663943f9a8d1ff40492f70a145417482 649 0.30/1.00 vMB 78
414,528 414,528 000000000000000004dbc4234d1d506f8afff1aead11c6f5a9965b7ed5aef849 1,264 0.54/1.00 vMB 49
414,527 414,527 000000000000000002fecd4ae780e46b560c8cba543829e9b48505c80feeafe5 391 0.21/1.00 vMB 51
414,526 414,526 0000000000000000023d7177171e1f7c59921c1fb064c24b191d78252cab9ede 282 0.46/1.00 vMB 17
414,525 414,525 000000000000000004653fa46ab44de8f5b2409058c4dd6ca60943203b66bf6d 2,424 1.00/1.00 vMB 75
414,524 414,524 000000000000000003996bdea152ba6b256af2fc5aa3fe5e98ef8f5b109f9441 238 0.10/1.00 vMB 68
414,523 414,523 0000000000000000017f314ffc6a01ad680bd53d00262095b30c714f5724fd6f 1,665 0.68/1.00 vMB 54
414,522 414,522 000000000000000000d6d5951719aa29cc4783c7eab31062e42a163e51066f1e 1,574 0.72/1.00 vMB 58
414,521 414,521 00000000000000000306ef6e2aabc51d442a4b4cd3e488756e552f0f2675f218 1,112 0.98/1.00 vMB 22
414,520 414,520 0000000000000000025ce3793c6951eb3ec98012b9dd9637111ede9edf60d713 2,749 1.00/1.00 vMB 60
414,519 414,519 000000000000000001d65bf59a33d15a0ebb3891bb6160e31bb1f8fa3a5a4393 2,629 1.00/1.00 vMB 39
414,518 414,518 0000000000000000040d0b6b0f99ee7e136df7b7de7f610aef2f6de6c2baae09 2,853 1.00/1.00 vMB 76
414,517 414,517 00000000000000000154c9b172abca0b63b3ef71483a82ba1011a2ce261b25d0 2,274 0.99/1.00 vMB 45
414,516 414,516 0000000000000000018f0ad5c9973b268b3e273054174ae6c33b8900cab5d7a6 935 0.99/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.