Loading Tool

Explorer IconExplorer

Memory Pool

76,980 transactions
28.67 vMB
0.07660133 BTC
Random Selection Loading Transactions
Max Size: 173.51/200 MB

Candidate Block

Mining Attempt e9786c0b6677f92765d44a4c42cfe87936b4d1a5678651971e3e27e1cd0e608c
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root b997eca28e4be1483343de70de15f2e7657a211190afdc767d484da7eb66aed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,310
Size: 1.00 vMB
Total Fees: 0.01705191 BTC
Feerates: 214.59 > 1.71 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (419,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,418 495,418 0000000000000000004ce6c850e673456980af640599ccbb380db9c20f6bbc6c 2,254 1.00/1.00 vMB 116
495,417 495,417 0000000000000000001e3c828fb67ba6dd7a081f640b67fb5a775a85c3d32f3a 2,313 1.00/1.00 vMB 241
495,416 495,416 0000000000000000006771992f580d23bed942a66b85828595f719d9a5110273 2,038 1.00/1.00 vMB 286
495,415 495,415 0000000000000000009785aa30e31ecccbae55bda5e833ca7e3f7e31ea95de95 2,120 1.00/1.00 vMB 201
495,414 495,414 000000000000000000c83cb7ef6b5696d9fba173c1269d94e8de0315b9f5d332 2,501 1.00/1.00 vMB 256
495,413 495,413 000000000000000000049f6445693dcfbf4115057a40284676f95e2056148203 2,192 1.00/1.00 vMB 331
495,412 495,412 00000000000000000070d913a4ec75a5c71e2986facd6169aac61bd3bc846308 2,752 1.00/1.00 vMB 90
495,411 495,411 0000000000000000006934001b3f571be9e24ae579ef4181a9bd7bf4fd6f1133 2,460 1.00/1.00 vMB 79
495,410 495,410 000000000000000000ba6fef2a5f0a0f2d0407e9d982b3b9568e70e7f400cf23 2,234 1.00/1.00 vMB 60
495,409 495,409 0000000000000000004f5c1c9882ddd657d91de81eabd5ab35c489efb3825e96 2,501 1.00/1.00 vMB 160
495,408 495,408 000000000000000000ae161a3adb3bd0beaf60919403569bf162ff65639cfcb3 2,111 1.00/1.00 vMB 337
495,407 495,407 000000000000000000b451f070cac7df9420d9c6343ebe4603d8bf0dcadcb042 2,414 1.00/1.00 vMB 227
495,406 495,406 000000000000000000928ec240a513326281482b238b7adba22d254495612291 2,565 1.00/1.00 vMB 160
495,405 495,405 00000000000000000035a6b434483fb6315ede0d1f6535ed3ad6227d65b22d29 2,011 1.00/1.00 vMB 386
495,404 495,404 0000000000000000003fd0236514e3f08cc0c7a409df0df67c040fb1a0547b47 1,937 1.00/1.00 vMB 89
495,403 495,403 0000000000000000007ee97d66fead061d9595b3b7c3113e7d562ddae9788606 1,644 1.00/1.00 vMB 160
495,402 495,402 0000000000000000001090cc2c1a8345dec23c15f62072a712903229a8c77d0a 2,477 1.00/1.00 vMB 144
495,401 495,401 000000000000000000c1f3decb70eaccb446de0047ea28094d8cfaa898c06c8c 2,513 1.00/1.00 vMB 189
495,400 495,400 000000000000000000497e71b5f414e04b47f94cf602543cbe7ffbfd5fbbbac5 2,443 1.00/1.00 vMB 156
495,399 495,399 00000000000000000068a6a9f314fae31365077b7187495914e83709cef7a0ff 2,179 1.00/1.00 vMB 120
495,398 495,398 00000000000000000094f25daaaf90a878444408336f796f86d0d0d59f7e2bda 2,551 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.63 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.16 GB
    • Received: 16.16 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.