Loading Tool

Explorer IconExplorer

Memory Pool

43,355 transactions
26.37 vMB
0.05894715 BTC
Random Selection Loading Transactions
Max Size: 138.64/200 MB

Candidate Block

Mining Attempt 790cf1ea6225134cb59c96c9e2d6a4cbfa9e13075ac31e4d92a11224fe3092a3
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 797670e6d7d3583f2ce2a82837324d12573a89822cf8290b1695f182d3e01cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01066445 BTC
Feerates: 40.21 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (439,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,413 475,413 000000000000000001563f65dd5354a017b36830913ca5802e135f28be4f2bd0 1,252 1.00/1.00 vMB 69
475,412 475,412 000000000000000000f392fa4b1c798c1c7f56d56b637913cf9e88477f8bd0c1 2,081 1.00/1.00 vMB 67
475,411 475,411 000000000000000000b1d4157be22fa4dbb9ec17c25327c89d233daa0711ad55 2,173 1.00/1.00 vMB 84
475,410 475,410 000000000000000000022b529d199ab19366c4060abdf080ee462d0ae3e8f506 2,387 1.00/1.00 vMB 249
475,409 475,409 0000000000000000013e3f83a615f12bd45f1ba2ab78f5b9e65072cb028ba3cd 2,084 1.00/1.00 vMB 132
475,408 475,408 000000000000000000a748f4b2e49dd0831a66667356dbeb7a1603a4147101c9 1,612 1.00/1.00 vMB 300
475,407 475,407 00000000000000000155511fb288ab26b1d4fce5d1fed060bb0c25c536b85414 224 1.00/1.00 vMB 183
475,406 475,406 00000000000000000116f489d847bef9162aea73d3d8fd5f4625960b0a1c5fe0 617 1.00/1.00 vMB 197
475,405 475,405 0000000000000000009116ff0802aa16dc2e55f99c3904e0350b103966089b3c 758 1.00/1.00 vMB 54
475,404 475,404 000000000000000001188b10d3bebedb99a6349579271f7c9c2a2fb1d8b21ac2 843 0.35/1.00 vMB 58
475,403 475,403 0000000000000000014fc1f56c36a0448fbca22f2c46c755022faeb8b29e0787 1,063 0.57/1.00 vMB 179
475,402 475,402 000000000000000000c062a13a1e2219612a9a5c2cd902496c5fbcfbc3dc48a3 2,553 1.00/1.00 vMB 154
475,401 475,401 00000000000000000167b9ac808fb304199ae474a842b16e9b48a433ea9e719a 1,106 1.00/1.00 vMB 67
475,400 475,400 000000000000000001334d0f65828f81bac63e4c3767506e72b7163dfc7366d4 1,985 0.85/1.00 vMB 152
475,399 475,399 00000000000000000172240e519c58601e75580c9edb2bac92da9d721614a42e 1,103 0.99/1.00 vMB 71
475,398 475,398 000000000000000001878b9f273887dd8b00524976a81729ba478dfde0eb30fb 2,449 1.00/1.00 vMB 161
475,397 475,397 0000000000000000004da9751ab6724858da1e54c886a756747f9ecf998e5d28 2,242 1.00/1.00 vMB 143
475,396 475,396 0000000000000000017fcbccc797b68a1956282d03ae59826c39d48f8dbe36c6 1,593 1.00/1.00 vMB 95
475,395 475,395 000000000000000000bb22d1e6509d9c24ad652334b92f28d29ccda9b92c79d4 816 1.00/1.00 vMB 51
475,394 475,394 00000000000000000031d0f4782e563b2f83b223e1c9aedbd3e5b32b109c35a4 817 0.32/1.00 vMB 153
475,393 475,393 000000000000000001374cd01b42825757131e0cbfeae93632226ba8422e5cc4 1,288 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.