Loading Tool

Explorer IconExplorer

Memory Pool

77,495 transactions
28.93 vMB
0.08267385 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 96eead0a503b436073465173070fd2f61dff935d465d6ac93548e267c1ada26d
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (475,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,463 439,463 000000000000000004470a6b0e138d40c405cdabf422018ec42f9ca27457fb03 2,019 0.99/1.00 vMB 63
439,462 439,462 000000000000000003ae6be5811e67c583100d96f259d87a75df092d68312b05 1,970 1.00/1.00 vMB 68
439,461 439,461 0000000000000000012d3cb7880545ea650c92d59da7d2a02fee079d6accc805 2,362 1.00/1.00 vMB 92
439,460 439,460 00000000000000000224f8ae6e5b763d4146e78d10b483074360ac89e5508aa1 1,533 1.00/1.00 vMB 40
439,459 439,459 00000000000000000401276db50e5708822af6b9ca9b5441c9d922b1aac3cef3 698 1.00/1.00 vMB 20
439,458 439,458 0000000000000000003e1df21554b6cad2287a472f2af7966eb2fff02d355d81 909 1.00/1.00 vMB 27
439,457 439,457 00000000000000000433e4cdca63e02f46d8a70d4a75df5f3bae382f7657335b 2,372 1.00/1.00 vMB 70
439,456 439,456 0000000000000000002092c613ac870124fa517c36be1dbed1dc0cb520438591 2,302 1.00/1.00 vMB 60
439,455 439,455 000000000000000002acba0c47ed11bcf724b905b09befb0238d6e4960bd26a3 2,133 1.00/1.00 vMB 74
439,454 439,454 00000000000000000034abbd00ffadfa61eedaeca55b45c7ff90226df68fc694 1,279 1.00/1.00 vMB 42
439,453 439,453 000000000000000003df3878512c62a7cc8afb6017e6cda0f664bb8a889a7ce0 1,454 1.00/1.00 vMB 36
439,452 439,452 000000000000000003eef7b9418b852a1d1b1a1779b1dfffa5b1a8016215b5ad 2,075 1.00/1.00 vMB 71
439,451 439,451 0000000000000000002472250134bbed6183b5fd7b49dec36d0a0dfa4455f713 1,867 1.00/1.00 vMB 62
439,450 439,450 000000000000000003ab9d97a81f09ac5eb2ef971e532eb38abcd085cabb49d3 2,374 1.00/1.00 vMB 62
439,449 439,449 00000000000000000196c7cf3b80ef9d0e4a0039cee86e5d943ef318ee4c6fa6 1,903 1.00/1.00 vMB 64
439,448 439,448 0000000000000000005357f6bc21e84ccfb9cdb0a838b8fd17fba0d041847beb 2,147 1.00/1.00 vMB 91
439,447 439,447 0000000000000000004a4ae574c5f373f751e21bff689858a871123b4308d0ab 1,043 1.00/1.00 vMB 33
439,446 439,446 00000000000000000234b91209967c7fe1f080ee1a6c950ee95b910c7315de1f 976 1.00/1.00 vMB 22
439,445 439,445 000000000000000000a829799f7225e78cbd57196705b46fd2afce5cba4928ae 1,346 0.99/1.00 vMB 53
439,444 439,444 0000000000000000008e633685a8062ebef6958e7e7b24252850b681d9b6ed09 1,408 1.00/1.00 vMB 45
439,443 439,443 00000000000000000077a6153a1c01f2ca5681b026cdb82d11857765b7108872 2,380 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.