Loading Tool

Explorer IconExplorer

Memory Pool

43,181 transactions
26.53 vMB
0.05983466 BTC
Random Selection Loading Transactions
Max Size: 139.27/200 MB

Candidate Block

Mining Attempt aa4946f902ad5dd8e46f8e50f846c7c4021dcacac62343f00f0a0bf8b276f2f3
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 2deb0827950a6bacfc3bc8e2728e8d260d86258f9da44d3fd2d65002c77ac83d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,105
Size: 1.00 vMB
Total Fees: 0.01100146 BTC
Feerates: 73.20 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (313,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,592 601,592 000000000000000000039d1e296431fd24b9db140b8a542ad09a246adb937bba 936 0.34/1.00 vMB 32
601,591 601,591 000000000000000000032908ecefe55a8ff388ec2a81fccefca7c43a608f10b3 3,250 0.96/1.00 vMB 23
601,590 601,590 000000000000000000012f6a03bf1518e333042d06b5f83b36755502edf6ba1c 2,613 1.00/1.00 vMB 31
601,589 601,589 0000000000000000000b07919102f982b4923db855ef9622145e0a0028f45de1 1,644 0.63/1.00 vMB 27
601,588 601,588 0000000000000000000a0b346e1345781f30cf4a7d8b2d40a3a0b8b524d2234b 71 0.02/1.00 vMB 35
601,587 601,587 0000000000000000000cfa2b5d2f166a1fdadea438475bdd280f46c9eea5c22f 2,636 0.92/1.00 vMB 10
601,586 601,586 00000000000000000004bb53a3d5e8d29a3cebd5fb255465c22ec141df3c72f4 2,628 1.00/1.00 vMB 12
601,585 601,585 0000000000000000000d8f8b856f2f55d16005b6d9f4effc02eca6090ea309a5 1,953 1.00/1.00 vMB 30
601,584 601,584 00000000000000000001bba2171b158f136b118e676ecb1d665197de2befd15c 2,230 1.00/1.00 vMB 31
601,583 601,583 00000000000000000010b480a163c9291ffc4ca3520747b8b3825db8c0aae923 2,776 1.00/1.00 vMB 24
601,582 601,582 000000000000000000148311dd292fba5f98ecb4801132d6de60e45ac9a231b9 2,857 1.00/1.00 vMB 28
601,581 601,581 000000000000000000094fcc8c53cc00aa64ea834c7d36aec2da22a32250752e 2,680 1.00/1.00 vMB 52
601,580 601,580 00000000000000000006bfbd5673e4dbbd28436ca265a289ddc4cc64bcb2fea4 2,601 1.00/1.00 vMB 44
601,579 601,579 000000000000000000093cf4ae759673a27f80e625b5596f69a197dc9fa2b083 2,548 0.83/1.00 vMB 6
601,578 601,578 000000000000000000148caf3dd7bed427de9308ab8b86da6c73dd1fcbefcb36 3,045 1.00/1.00 vMB 31
601,577 601,577 0000000000000000000feae8ec6c673d3f2acde35ead1afaefd664a8c30bb249 2,921 1.00/1.00 vMB 15
601,576 601,576 00000000000000000006d9ae2b906632cd842bba75c646d37701aa4c51332106 2,531 1.00/1.00 vMB 28
601,575 601,575 000000000000000000070bddfaee1470b849d8840f92e73187dc45214d707f13 3,376 1.00/1.00 vMB 28
601,574 601,574 000000000000000000076b6694b5a3eb1c33f4aacb931b52a27bb7f4b1e8754a 2,269 1.00/1.00 vMB 30
601,573 601,573 0000000000000000000bbc267dd274af58433362c156403bc2db88dd34b1d29f 2,536 1.00/1.00 vMB 30
601,572 601,572 0000000000000000000a85aec2f343757f0f28314d78c4fad57a46a6ce5df3a8 1,952 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.55 GB
    • Received: 13.93 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.