Loading Tool

Explorer IconExplorer

Memory Pool

76,739 transactions
28.97 vMB
0.07580974 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 5fd72b7088295de3b8d36a4bb505030b6ad754acc4287cf85267f5b6ba0cf950
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root e6e527cc9001ee17ef22bf47d5e8bd9fb0dd64a18ff9e23fc2d6471b4ec68b20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.01238747 BTC
Feerates: 74.05 > 1.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (479,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,754 435,754 00000000000000000072831e2b3bcf4ecca1cd5d984be799cee7c53e9f3fc830 454 1.00/1.00 vMB 18
435,753 435,753 000000000000000002818a4043a898646ebf4baf57871019d9a686f619aed36e 891 1.00/1.00 vMB 21
435,752 435,752 0000000000000000045347be98c9c05a81258059f52ff61e11590fda31e81fee 1,895 1.00/1.00 vMB 46
435,751 435,751 0000000000000000002dc683acff443db7ac3c38e8bf99b3e37af87a32390deb 3,022 1.00/1.00 vMB 76
435,750 435,750 00000000000000000226f24b9428aa2ab67e757cbcf43c0ab347041f6a113a3f 1,615 1.00/1.00 vMB 47
435,749 435,749 000000000000000000606497e2650d513761852e7137c402c5c594b7e6e331fe 2,295 1.00/1.00 vMB 47
435,748 435,748 0000000000000000037fee2d16dd9fc93c3bb7496efb355fcd836f2bd4f01730 2,370 1.00/1.00 vMB 66
435,747 435,747 0000000000000000003067059da158226f5e36240d84b9a2dc479baa1549397c 1,390 1.00/1.00 vMB 94
435,746 435,746 00000000000000000141612934e80761f73a5d60b801bb8b96117965133f6334 931 1.00/1.00 vMB 87
435,745 435,745 0000000000000000035afdb9c04de739b70e6ffb9d244b1cf85316dc2941fceb 1,809 1.00/1.00 vMB 73
435,744 435,744 000000000000000000a9ae3c7fa06aef583228524827651cd04176f87e660705 1,878 1.00/1.00 vMB 69
435,743 435,743 000000000000000003a2f27667321a8ab311c8b5c24830c9ec0533c08c301668 1,580 1.00/1.00 vMB 48
435,742 435,742 000000000000000003039a5fd1c00a2a4cda88a82a380576a032e342d3127b11 1,975 1.00/1.00 vMB 53
435,741 435,741 0000000000000000017fafb281e2c58c9c4f0c2ee15b9b45bd21bf9c20b65cca 2,446 1.00/1.00 vMB 59
435,740 435,740 0000000000000000003ba75bfb3d05a4447066d8bed995165450cbf804c4819d 1,775 0.75/1.00 vMB 74
435,739 435,739 000000000000000000f9c326a0e44176c706334fd8d998c1702afc0c1e267ec7 1 0.00/1.00 vMB 0
435,738 435,738 0000000000000000039dbde6dba087fc507b8e855ecffaeed2d4e3e9d04af540 2,336 1.00/1.00 vMB 88
435,737 435,737 00000000000000000392cb37536bde0c742b3c1ab439a434ffea953e9d3ebc92 1,026 0.55/1.00 vMB 57
435,736 435,736 0000000000000000032e3983361a3ea53ca4cb2e1e96b105b0a3cbc57b63213a 1,358 1.00/1.00 vMB 31
435,735 435,735 000000000000000002ab0d4d9e17fca2c20448982f37011fd707dfe79c43f5c0 2,505 1.00/1.00 vMB 59
435,734 435,734 000000000000000000568ddb1d3ccf74f73ff4741bc405b375c74379a2809c2e 2,487 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.81 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.28 GB
    • Received: 17.05 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.