Loading Tool

Explorer IconExplorer

Memory Pool

76,293 transactions
28.51 vMB
0.06934942 BTC
Random Selection Loading Transactions
Max Size: 172.64/200 MB

Candidate Block

Mining Attempt 55fd1fd91bc540821c2932e352548da4846f6aff43449ff13cb026244caacfca
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root c7f2f4e39539c2e6867c0111068fd0fe725c454139e7dd29ff0cf07a2d89a887
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01030259 BTC
Feerates: 101.00 > 1.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (185,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,276 729,276 000000000000000000074fd7e4ea931d968d9a3823fdb3802d1bbfa017f8c0a0 2,495 1.00/1.00 vMB 21
729,275 729,275 00000000000000000007f31171bc71d30e4477a3d6540d65f4b243d9a8dd9d95 2,940 1.00/1.00 vMB 9
729,274 729,274 00000000000000000005d6bb58e395d923859f020212cbb98b5448dfb7f145c6 2,948 1.00/1.00 vMB 9
729,273 729,273 00000000000000000004a3ba13ef4f1d964ce9984eb56c8b4187986bf9f9e8ee 2,756 1.00/1.00 vMB 15
729,272 729,272 000000000000000000094c3a43dcd50b9516994b9065b0cfe54013b00b4213df 1,061 0.32/1.00 vMB 8
729,271 729,271 000000000000000000007ac5fc7906528dd858f4cc0c290735f0747537a2bf66 708 0.29/1.00 vMB 8
729,270 729,270 000000000000000000015b2c38efeefa8612c5235d30bf3798247c9154678b97 1,659 0.52/1.00 vMB 9
729,269 729,269 000000000000000000071cb9fb9b720cffbabcd8b6438009607577c90e05f0d5 212 0.52/1.00 vMB 1
729,268 729,268 00000000000000000008f177510c53c320f6baf6629bda960746d145f36c900b 1,554 1.00/1.00 vMB 2
729,267 729,267 000000000000000000095a771fc9319e19f1e77b53f9c1f2cd8b6ac49048aa04 2,022 1.00/1.00 vMB 3
729,266 729,266 000000000000000000052ff4787aa8bf19f118e02453e28d38742565467faaa3 3,132 1.00/1.00 vMB 6
729,265 729,265 00000000000000000005195aad9bbbe733a9a40e5b37d809f430ec587ea411c1 3,022 1.00/1.00 vMB 17
729,264 729,264 000000000000000000047a676d75d36ff9b3249822d243260fc1d04f02c8dcb9 2,524 1.00/1.00 vMB 5
729,263 729,263 00000000000000000006f5589d45fa3879c8a2972b0970d0cfe0dc5d20e112f2 2,945 1.00/1.00 vMB 13
729,262 729,262 00000000000000000003cd92d54ddb2243de3104d91cec72d19bdeb3212fc6a3 178 0.10/1.00 vMB 5
729,261 729,261 00000000000000000004b2ec9ddf30a7413035802704d3f4d94cf4633a6dc5c9 2,175 0.98/1.00 vMB 7
729,260 729,260 000000000000000000064bd1dd50cc0768cf930a3b77a7e140b904c6171576aa 249 0.11/1.00 vMB 8
729,259 729,259 00000000000000000007adeb5c36b4d2fc0ac85d418df9479576597b486bf46b 1,356 0.51/1.00 vMB 10
729,258 729,258 0000000000000000000414c8f3a3498e4c60db7a655bbf54778d09726807bad5 538 0.17/1.00 vMB 9
729,257 729,257 00000000000000000009e1ebb415d3b25b3858f96a34e6f95871afb86e1f5d1d 1,530 0.82/1.00 vMB 8
729,256 729,256 00000000000000000003a50a91e224a0086a6a54fc9cd5e45489d271ce5288d7 1,106 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.