Loading Tool

Explorer IconExplorer

Memory Pool

82,713 transactions
30.47 vMB
0.12346761 BTC
Random Selection Loading Transactions
Max Size: 184.33/200 MB

Candidate Block

Mining Attempt ba402d0b0b2f3d766c8fdffa4cefab459c2d34f8b67e7b66fbc1cd21de7ca79a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 9598548078adb39030f203a05e617c4a7e2e6c25d053bfc691c282c353d9df5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.04374212 BTC
Feerates: 150.85 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (358,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,772 556,772 00000000000000000009de973092451ecab20a09e58c252fdf3a2d7a30aae02b 443 0.20/1.00 vMB 8
556,771 556,771 000000000000000000128d36d24f87949c5d1d98dd38e273f43146503ef6a1d2 1,640 0.60/1.00 vMB 9
556,770 556,770 000000000000000000303160c5eb0ee77c45b77538cd3bf78c4f073e87ee220f 171 0.24/1.00 vMB 1
556,769 556,769 00000000000000000030ba24371d4cb9555184bb2220816e7cb819f7bd019a1a 2,220 1.00/1.00 vMB 6
556,768 556,768 00000000000000000019f2db5b77e2f79a5dbee9a74606844cbfa7913b9b38fa 1,895 1.00/1.00 vMB 23
556,767 556,767 00000000000000000019f1679932c8a69051fca08d0934ac0c6cad56077d0c66 2,448 0.96/1.00 vMB 12
556,766 556,766 000000000000000000238caeca773215094f5bd81ccf04b528a79deec3e406af 437 0.22/1.00 vMB 9
556,765 556,765 0000000000000000001d15f6b7d133d6f305b1c1a18d9f4fa0a6845ccbd7521d 1,566 1.00/1.00 vMB 2
556,764 556,764 000000000000000000176a018b959c320e53d06e9137b90e659b071cba05cad2 3,244 1.00/1.00 vMB 15
556,763 556,763 00000000000000000026927f553ba26e4ff28e170bf45e876d3a797285960243 711 0.24/1.00 vMB 15
556,762 556,762 00000000000000000014010bc42ef5e8a33cf755ee68dbf33f68df1c1a6d1008 1,011 0.79/1.00 vMB 2
556,761 556,761 0000000000000000002bf745092e5a0d9f4b609739f8cd6dbdb09d538fbf2567 2,006 1.00/1.00 vMB 12
556,760 556,760 00000000000000000030c4519f7f3064e68f28db6e37ddf61b58f70b72da2f68 3,225 1.00/1.00 vMB 29
556,759 556,759 0000000000000000000df0afc4e31685f7ee206bf210972163bcaf5800748bf5 3,331 1.00/1.00 vMB 16
556,758 556,758 0000000000000000002b30093b230f57d7d02408aa0dd686787cd4c7250683f1 772 0.67/1.00 vMB 17
556,757 556,757 000000000000000000313c32f440f927167ce05cac080a7dcf95f25dbe3c8c41 2,242 1.00/1.00 vMB 9
556,756 556,756 00000000000000000021065d0bcfd77a8d4405ab03570fe956a336bf4b795146 2,984 1.00/1.00 vMB 12
556,755 556,755 0000000000000000001c0e787c376e6c3e0d9f060641184b9b5c2a44c3a09ff3 3,013 1.00/1.00 vMB 6
556,754 556,754 000000000000000000067630e4bdf5d83840031b5ddba2bb72befb292e3a9e1e 2,710 1.00/1.00 vMB 11
556,753 556,753 0000000000000000002576edb83b207ef4b84994644f4cf9188202bda8457e35 2,539 1.00/1.00 vMB 50
556,752 556,752 000000000000000000058009fb29e1a33f483ef0c0e91dafe03cb70de368f41d 2,627 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.