Loading Tool

Explorer IconExplorer

Memory Pool

76,164 transactions
29.14 vMB
0.10392106 BTC
Random Selection Loading Transactions
Max Size: 172.27/200 MB

Candidate Block

Mining Attempt 8dbabb19c21bbc9e027cf5585e1cc9d0c98b6ce17b069ca7dc4de2d7245a128e
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 927e0ac08827892cc605430207d1866d5b4603cf13bf1a0baf6083ec35607b75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04160442 BTC
Feerates: 201.37 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (361,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,343 553,343 0000000000000000001443924dba96339bfb0a06fb48ca8eb244c601a76a0e95 985 1.00/1.00 vMB 21
553,342 553,342 0000000000000000000095dc1c0562d9989a180fa0663d5749c907dd80746f75 3,447 1.00/1.00 vMB 39
553,341 553,341 0000000000000000000096622a59105e77c3083a2d82cfa64364680f637b5bae 1,220 0.51/1.00 vMB 13
553,340 553,340 0000000000000000000189ef316485c75817f1e97e297195c254b1955015b0b9 1,513 0.56/1.00 vMB 13
553,339 553,339 00000000000000000002165bbf565dc0b826efc91da51ca591285613062f5a94 313 0.15/1.00 vMB 12
553,338 553,338 0000000000000000002e701e9a41b5df9c8e8206438ce43f2fadf1a979e89290 919 0.35/1.00 vMB 11
553,337 553,337 0000000000000000001d2ca30e1111f4327e1160e4a1f6a92b43dece01df8057 1,243 0.49/1.00 vMB 10
553,336 553,336 00000000000000000010627388fdb3692b5030a4f8138fb27f12570fa99c0659 404 0.14/1.00 vMB 12
553,335 553,335 0000000000000000000587ec5570a964dd6acb638e639ccb6c6520aba1bc5dc1 238 0.42/1.00 vMB 3
553,334 553,334 0000000000000000001dbc8fb182d0927d5459bcfda67b77c77d2b83106704e5 3,136 1.00/1.00 vMB 22
553,333 553,333 00000000000000000020ba2cdb900193eb8af323487a84621d45f2222e01f8c6 2,252 1.00/1.00 vMB 11
553,332 553,332 0000000000000000001cd1aec2e9e7e576a157c5d74f3e09af7f536924ca9891 1,593 1.00/1.00 vMB 20
553,331 553,331 0000000000000000000d8aa502fa6c39987d1875bf92f0bf484057b4afbd4e07 2,261 1.00/1.00 vMB 4
553,330 553,330 0000000000000000000f5865ded116051ad4f52863905ec4cd2dd704f7d23ed3 3,412 1.00/1.00 vMB 22
553,329 553,329 0000000000000000001577d6f396e8dbcaca1eb540dbc197d03c1a73cae5efbc 3,203 1.00/1.00 vMB 22
553,328 553,328 0000000000000000002f6379f7e5028a4a3403a82daa3739bb713f5bcbe8279b 2,701 1.00/1.00 vMB 17
553,327 553,327 000000000000000000153a8caedf5da1fbc46c673be8f3ce8881b9079dacd061 1,976 1.00/1.00 vMB 34
553,326 553,326 00000000000000000015b6effa1a4e0ba4e245104877250de4d1d4d4273fead2 2,451 0.99/1.00 vMB 12
553,325 553,325 0000000000000000000df44347d2951360eba8f8439e6d7cb717ec923d847f69 1,681 0.92/1.00 vMB 12
553,324 553,324 00000000000000000031a91b8f09f0208b18b97797a70289be614e883e2f3e68 2,411 1.00/1.00 vMB 20
553,323 553,323 00000000000000000021e3b77bef4e3f59f787a9959e2b1ba759dc29a1eadb45 1,462 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.