Loading Tool

Explorer IconExplorer

Memory Pool

25,105 transactions
22.17 vMB
0.02937128 BTC
Random Selection Loading Transactions
Max Size: 118.62/200 MB

Candidate Block

Mining Attempt 91437f4aca4390a4a805fee242d0069d152cc02d1480f26d4c5251eea1d6001a
Version 20000000
Previous Block 00000000000000000001b30cafa7482eca9c28f12e28b9318974723fe1367d35
Merkle Root 426f37a078b712d02b087e89c3a8fa4d3759bfe7351fd6838fb23ac12d140db1
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,139
Size: 1.00 vMB
Total Fees: 0.00515437 BTC
Feerates: 100.53 > 0.52 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,405 (91,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,464 848,464 000000000000000000016271339fac99af89935ed3a6ace681dcf5dc0feea2dc 3,441 1.00/1.00 vMB 15
848,463 848,463 000000000000000000017689f377c69dc25d29f89b76154262670c4f28994e65 3,381 1.00/1.00 vMB 16
848,462 848,462 00000000000000000000fd5342e5a207b4e8b5d6358fe4abfd0e65d259501876 4,021 1.00/1.00 vMB 17
848,461 848,461 000000000000000000000fb52c28b65d12268a44634f231977af37fd114b2a9a 6,255 1.00/1.00 vMB 16
848,460 848,460 00000000000000000001f520c8cb01b7ccfd6faaa80f31079a6d1f8b0642b572 2,948 1.00/1.00 vMB 18
848,459 848,459 000000000000000000007e8f400a8134f3ed5b5c929b68c7002c0cfab5702fa6 2,176 1.00/1.00 vMB 14
848,458 848,458 000000000000000000030caeb949adb68d25100357aee37fc994b07c9417c7ee 3,889 1.00/1.00 vMB 21
848,457 848,457 000000000000000000035c28b93a1c066f565d6e4181981bed07eb109cbb8a05 3,989 1.00/1.00 vMB 24
848,456 848,456 0000000000000000000277cb77289572194ea793a73ed294e1075ffe43b76b7b 3,420 1.00/1.00 vMB 36
848,455 848,455 000000000000000000025ba20b37dd66859600114219f512887652be176b6f5d 2,919 1.00/1.00 vMB 29
848,454 848,454 00000000000000000002863ba4eb5e8c9ef809fbe508a44e302e458129fccbc3 4,021 1.00/1.00 vMB 31
848,453 848,453 00000000000000000003510720876210834fc51b549e45799d8cb2b9235d5de3 4,972 1.00/1.00 vMB 37
848,452 848,452 0000000000000000000259795f896046c2881d7eea6f7c8c6bb963fd4b2c4ee3 5,810 1.00/1.00 vMB 44
848,451 848,451 000000000000000000007309cb8d9239442dc5e91d4c62aa5bc1f026e1b53c40 6,872 1.00/1.00 vMB 48
848,450 848,450 00000000000000000002c71da0911936fd0c1c8118f55e9ab1705f19f238badf 6,999 1.00/1.00 vMB 45
848,449 848,449 00000000000000000002460d528f12d0e75d0eeb6a0123194053d11fe89ee754 6,370 1.00/1.00 vMB 30
848,448 848,448 00000000000000000001c06a708b78e35a65fc360ecb4fcaa7caac7c4a378a57 6,565 1.00/1.00 vMB 34
848,447 848,447 0000000000000000000270cbcd5fec9e24b9201f940d22b44f0abde7503dad7c 6,554 1.00/1.00 vMB 34
848,446 848,446 00000000000000000000bad46d63ed137f21c218c3b583a6f9a9784f6b0cc29d 6,107 1.00/1.00 vMB 33
848,445 848,445 0000000000000000000286d7b94005e5e2ce150adeaf8433ac9e4d90e56e343e 5,353 1.00/1.00 vMB 25
848,444 848,444 00000000000000000001f03c73fa945ab1f4d58c4441a9fa08451e77e772b98c 2,179 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 827.48 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: 4,456.71 GB
    • Received: 242.71 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.