Loading Tool

Explorer IconExplorer

Memory Pool

73,196 transactions
28.20 vMB
0.07209335 BTC
Random Selection Loading Transactions
Max Size: 166.94/200 MB

Candidate Block

Mining Attempt 7fabe455a3cc50f6fce2ab57bd6561cf14048c0824a7631615c35e2370cde0ee
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 1b32ea74b3bf24de62d22621330ce644f7343ac55e7e69184ff3acd0f8e5f5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.01555923 BTC
Feerates: 150.86 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (511,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,690 403,690 000000000000000000f3c793c9ab5163a68f242d7d8f435cf5f4257bcc81c3db 1,233 0.57/1.00 vMB 34
403,689 403,689 000000000000000001a208acb6b31cf35b1e313371e0c7a00f1f787dfbec4f61 1,138 1.00/1.00 vMB 23
403,688 403,688 000000000000000004e625b154c5805db8659083e932181e31431dc1beb0cea7 2,565 0.93/1.00 vMB 50
403,687 403,687 000000000000000001d5d94ef587c5d7ebda73d16b66c877f1727c7e82b3b210 639 0.28/1.00 vMB 42
403,686 403,686 000000000000000001743c96ba1e9803339d6c0b6ab9e940d654d2e865cf5e03 1,432 0.61/1.00 vMB 43
403,685 403,685 000000000000000005aa112b5588fa214c20c0409f499b0ef01ba145e0105255 1,495 0.67/1.00 vMB 40
403,684 403,684 00000000000000000557d8ab206d7b44ea1cd39aa20e814de06f49576fccb1ec 1,419 0.80/1.00 vMB 35
403,683 403,683 000000000000000002bdb9c6869c019475e0ceb71ccd6ad382e1b5939bf9dda6 465 0.18/1.00 vMB 40
403,682 403,682 0000000000000000059d5301b22ec9f32d473be375b8edb259f643f86aa34379 277 0.20/1.00 vMB 27
403,681 403,681 00000000000000000453676222d380bd2bb680d8984bb7d95384dfe98848ce63 2,336 0.99/1.00 vMB 55
403,680 403,680 0000000000000000062a48491169ff66811d03333ac32e17776e1008885f09fe 1,733 0.85/1.00 vMB 43
403,679 403,679 0000000000000000051dd9485deea49ec8da514d2292d3b1fe1dc08ea06f70b2 1,380 0.56/1.00 vMB 46
403,678 403,678 000000000000000001e079f4a409fa031ebe21995a18b70cc39cfe7e3f8bdf2e 602 0.35/1.00 vMB 36
403,677 403,677 000000000000000004cb2ae4a14cfe41fd3845f9bec660bdfd1b9b29411826ae 802 0.35/1.00 vMB 44
403,676 403,676 00000000000000000560bd5859dd1236e7bbece2c7472968718794efcf471e1e 1,009 0.49/1.00 vMB 40
403,675 403,675 000000000000000004ecc9dd56b21a2bb63aaca77e1a8cc8bbbd4d3d0394939d 1,368 0.77/1.00 vMB 38
403,674 403,674 000000000000000001703f8b63323eda6226bf5ab649f5646f86e158d5c5df88 2,671 0.99/1.00 vMB 52
403,673 403,673 000000000000000005b4fe7ae23bbccc43987a23ad46fa54495f5999c3b40067 1,427 1.00/1.00 vMB 27
403,672 403,672 00000000000000000060091d79eb38c7b40931079a8144a583d6c7fa8f0153d0 2,657 1.00/1.00 vMB 55
403,671 403,671 0000000000000000026bcb35d04c7049519a3ba58d1572c124d8824d6c2fc2de 406 0.21/1.00 vMB 42
403,670 403,670 000000000000000001603fb9c2f46817785c5ea50a81edac8edb4871eba4d83e 540 0.20/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.