Loading Tool

Explorer IconExplorer

Memory Pool

78,955 transactions
30.09 vMB
0.09151641 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 828e8d7ea8aa90f5d4ae26377889e991e154eecd01a4363e50a371cff1d78580
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (185,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,289 729,289 00000000000000000006aa1fc83f4a7b3f55886eb47a328469d7b3d7e9764616 777 1.00/1.00 vMB 1
729,288 729,288 00000000000000000009f44744d0f95a3cbd17fdc0bba9d7369b3d30349ac20f 1,958 1.00/1.00 vMB 4
729,287 729,287 00000000000000000003518ed5ba824bf40a1a0b2ece9968e96b4a4eaf1fecc8 2,557 1.00/1.00 vMB 9
729,286 729,286 00000000000000000005964e5dc7c7a254b9005334f8c5c8000b05a55e179fdc 2,824 1.00/1.00 vMB 8
729,285 729,285 0000000000000000000427620a3945bd0ae55aceffb7e9b32bb7de075ea2de98 1,503 1.00/1.00 vMB 2
729,284 729,284 00000000000000000002453a7f931ebbf0e06a85283937d8fad50dc5e08fdb25 2,052 1.00/1.00 vMB 4
729,283 729,283 00000000000000000001cf6b504e0a7c7d2ffb8ae9e4b5a9d0fc1e33d47de6a2 4,176 1.00/1.00 vMB 6
729,282 729,282 00000000000000000001a411c5ed57cb53236052a089061d066ceb757e21f940 2,920 1.00/1.00 vMB 8
729,281 729,281 00000000000000000001c924c99e1a9638937d99d645da2941532fed7f4e53ee 1,976 1.00/1.00 vMB 3
729,280 729,280 00000000000000000008399725a69e0c3a4cdab8e869389c30bce84798382d79 1,610 1.00/1.00 vMB 8
729,279 729,279 00000000000000000005dc665ce8346580d5e52f0b4a2f3e822fcd574c10154f 3,057 1.00/1.00 vMB 11
729,278 729,278 00000000000000000009fe9cba0b2ed931e70a953fd69100d2701033e9a5e5c6 3,140 1.00/1.00 vMB 6
729,277 729,277 000000000000000000068d1a8c214052c42c96a0299fc3bdedf8004e8a12f748 3,501 1.00/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.35 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.