Loading Tool

Explorer IconExplorer

Memory Pool

37,708 transactions
26.14 vMB
0.06342701 BTC
Random Selection Loading Transactions
Max Size: 134.37/200 MB

Candidate Block

Mining Attempt 60b723d95c244f869b92a5683875d0d4ef9171d3374cc61c22e1769230c8d47c
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root ec31ac1b3b451e66589844e89fc582b845d72fc62e94343bcdd80a97bc42b1ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,491
Size: 1.00 vMB
Total Fees: 0.01516021 BTC
Feerates: 102.99 > 1.52 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (416,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,461 498,461 0000000000000000002e170d9353930e6ffe614ef11891cdf237b1322d234a63 2,623 1.00/1.00 vMB 265
498,460 498,460 000000000000000000991b6e0fbbd69d4db9ecd2453c03300ccfbb72ba80aab2 2,713 1.00/1.00 vMB 344
498,459 498,459 0000000000000000001aeb02a283499979c00f6701ac6633cf6f7fb736fd8ec7 2,311 1.00/1.00 vMB 336
498,458 498,458 00000000000000000095ff02d7215c7477d89d771a8b024b18a1aff4d1e7c5b9 1,673 1.00/1.00 vMB 132
498,457 498,457 000000000000000000956bdbed2d9b40315d9e2e08e60caa85a1006ecffab4c9 1,777 1.00/1.00 vMB 231
498,456 498,456 00000000000000000092801cea932c8ba883f0e8d99f48decfabd940a076c1c9 2,406 1.00/1.00 vMB 317
498,455 498,455 0000000000000000009a2ad470715c40f067cda75079b9c110e22e0f26c893bc 2,174 1.00/1.00 vMB 223
498,454 498,454 000000000000000000891da7a1bcbd24bc4caafa5075449c635c3da20aeab9a3 1,601 1.00/1.00 vMB 161
498,453 498,453 0000000000000000006965c856d2435cb05296d845ad7e493bb2f2c6f3d0bb0b 1,708 1.00/1.00 vMB 179
498,452 498,452 00000000000000000011b84a9e826934262d78bcd5b3b9c5937c7ca81b8ca2ff 1,837 1.00/1.00 vMB 243
498,451 498,451 000000000000000000273c80737c4eee5cf0d37d23ca3f2cf9cd0b2a49f530bb 2,636 1.00/1.00 vMB 329
498,450 498,450 0000000000000000002d895d26cb891f168e78bfb5e203ea18968b87cac58ee0 2,527 1.00/1.00 vMB 460
498,449 498,449 0000000000000000001b9aedeb60787f940de01ebdafdb4307dd7af9908e4781 2,558 1.00/1.00 vMB 309
498,448 498,448 0000000000000000006db6ff28581f3a85dda83a126a0bcde237b7a982f2de2e 2,640 1.00/1.00 vMB 421
498,447 498,447 0000000000000000005f54c57866e3a2661db83ee8437892cfeb61dd9e9ce4b9 2,264 1.00/1.00 vMB 478
498,446 498,446 000000000000000000b028d2fed64299ee920a68a7ee8a92d68a5f5c763f41bc 1,866 1.00/1.00 vMB 250
498,445 498,445 000000000000000000697a27369fd5411faf5fda2623f206820d83afec81d86d 2,390 1.00/1.00 vMB 365
498,444 498,444 0000000000000000003eb02d2af7c1da8f2a738f2d486055fc6ea34ff2e14fc1 2,524 1.00/1.00 vMB 463
498,443 498,443 000000000000000000461651d4dd14a2a903232fe228dcc0cb1067e6ec42a715 1,119 1.00/1.00 vMB 187
498,442 498,442 00000000000000000087b1b131e4b06c4b7e2499891428426e62960781ea326d 2,404 1.00/1.00 vMB 188
498,441 498,441 0000000000000000003060f990b913282df2f08bb282773404b14335b0b1045c 2,162 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.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.