Loading Tool

Explorer IconExplorer

Memory Pool

42,193 transactions
26.61 vMB
0.06300386 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt d7a017f72d8d6f6e3f49cf5fdf9bfa94259230946eb07fa450f743b297ad0384
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b38f812253e5f85993c2b1551b8fd79e91dd0f8b3bff0b796ace16a7acb0af67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.01410136 BTC
Feerates: 47.58 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (817,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,271 97,271 00000000000383b6fbd6c721c01b0eed876634348e2edfe11942977f4497c106 6 0.00/1.00 vMB 0
97,270 97,270 0000000000030fea81d79d12c4755c6dc7b5aad2849a7f6037acc77e65074a45 7 0.00/1.00 vMB 0
97,269 97,269 00000000000077e5b889bf40d5c9f048bb4894cd1bc72c3493eea471eff90173 5 0.00/1.00 vMB 0
97,268 97,268 0000000000046716b6e095623887b0b225c975e5545145f325bc4b8ce808ab03 1 0.00/1.00 vMB 0
97,267 97,267 0000000000051b967d1942b1000633ce7121762ce629e34396c76ce55fa1a2d0 4 0.00/1.00 vMB 0
97,266 97,266 00000000000228b22a55b3b5fb7aee012b2ef75a9e125e35282f8c2732dd1465 9 0.00/1.00 vMB 0
97,265 97,265 0000000000054a53bc5add65872d3aed6223fb1e341454a59b76206a5118d239 9 0.00/1.00 vMB 0
97,264 97,264 000000000004f1fc22d10a00c6c2f9406d63bd9e7f4fb1e80b9081ecf3bc0bf6 12 0.00/1.00 vMB 0
97,263 97,263 0000000000018b60d65b870bd06d973a4ebb96333109da5431fa9dd8cfa1677b 1 0.00/1.00 vMB 0
97,262 97,262 000000000000a778ff052e0f04a9715450617d7686e550a922f5a27f8bbc1ba1 3 0.00/1.00 vMB 0
97,261 97,261 000000000004e45c53e231f537f3b3469099ccb70ab3b7dd9b71be23dc5cb37a 4 0.00/1.00 vMB 0
97,260 97,260 000000000005452910081c4dcb33dd03e099c08780f2ad5a187a7f89f8e0935e 2 0.00/1.00 vMB 0
97,259 97,259 000000000001c3944391b6eb26367c53e471b9e2f5f74f1724f26bbcebd238ce 8 0.00/1.00 vMB 0
97,258 97,258 000000000004e4b73da30373acddf22b159393097703b6485a394b6668d5e5ad 7 0.00/1.00 vMB 0
97,257 97,257 000000000002308d81729665cc86c6d5683e0414c6408ad9476b3df7ec47f261 11 0.00/1.00 vMB 0
97,256 97,256 000000000001115b8c2c1649e4a6620679d1a464ac1946f158acdd87d7bc2dfd 9 0.00/1.00 vMB 412
97,255 97,255 0000000000014c2a1ea3387bad36830db21b89a6dc2b65b152cd66d9b8dd1d2e 12 0.00/1.00 vMB 0
97,254 97,254 000000000003e2dab56521ee484a80d8037031345b48091819bcc3fd93297b07 3 0.00/1.00 vMB 0
97,253 97,253 000000000001246a2754e56adb408567bdeb317d097343746b3b4dc9ac3e1ee2 1 0.00/1.00 vMB 0
97,252 97,252 000000000003d94434b7544ab19cfb1af1deb1ad4c7b16f551e7b835d05e203e 3 0.00/1.00 vMB 0
97,251 97,251 0000000000018c3552c428b6f977433ab844a0676bb1c07fed88b42427ab1e19 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.