Loading Tool

Explorer IconExplorer

Memory Pool

77,254 transactions
28.64 vMB
0.06354975 BTC
Random Selection Loading Transactions
Max Size: 173.82/200 MB

Candidate Block

Mining Attempt 1c54f329c4090c8455eceacbfd37df03bf2bca23632b35de4b1793ef8b8840ac
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 4a3fa7ecb7872650ad822ff7ac35965fcb2af3aeafc1d0599bfa6af9a486c169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,796
Size: 1.00 vMB
Total Fees: 0.00408200 BTC
Feerates: 13.94 > 0.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (108,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,337 806,337 00000000000000000003e3e6a2844aa5169a05554b54a7a08a294c569c14e7c4 2,862 1.00/1.00 vMB 17
806,336 806,336 0000000000000000000179ca9a8214efa74cd0db5412dcbfbd5e252f1a872eaa 3,125 1.00/1.00 vMB 21
806,335 806,335 000000000000000000029b82f66f80f8ebfd850bd77c2c75545b99f928f6964d 3,029 1.00/1.00 vMB 26
806,334 806,334 00000000000000000004d40c77f13c6192d6fa65b5140f22dede13f3dc9bce49 4,716 1.00/1.00 vMB 16
806,333 806,333 00000000000000000000d56dd0bba5cc3146c698faeac09b6e3d347a85a8747a 4,358 1.00/1.00 vMB 19
806,332 806,332 00000000000000000004bfe3c4c4bd089e0558dc348f13c064c74f4c694c07b6 5,684 1.00/1.00 vMB 15
806,331 806,331 00000000000000000001a14e7c7fa098321cbe3928372dfc16f7371490dae5bc 3,091 1.00/1.00 vMB 27
806,330 806,330 000000000000000000034170bd1f976b63170d004a50eebcf9495995867a40c4 7,388 1.00/1.00 vMB 15
806,329 806,329 000000000000000000044e35cea10a80ceabe33896af8ee85928c4d14932f6cb 6,156 1.00/1.00 vMB 14
806,328 806,328 00000000000000000003f8689f1e98e2064fa4a34d447d2a9a875b8abc563d25 3,848 1.00/1.00 vMB 18
806,327 806,327 0000000000000000000115a4118f5dab04b4ddf24349d8a6b047cab29f17591e 4,235 1.00/1.00 vMB 18
806,326 806,326 0000000000000000000017a96e6f1fce18ed698715b0eec59e9d50ab55acf1b0 3,338 1.00/1.00 vMB 14
806,325 806,325 00000000000000000000ffade5957c9bd8c64cff1d5c84ac93c54cb455adc567 1,563 1.00/1.00 vMB 16
806,324 806,324 00000000000000000002bc1ad7670fd1b33af3bd8b8fa222117b9b6fee677091 2,802 1.00/1.00 vMB 22
806,323 806,323 00000000000000000004534fb0de8f5d72ec5df99ca2963f99042f5bd9b12c47 3,166 1.00/1.00 vMB 22
806,322 806,322 0000000000000000000371a3982a5d35dc97a3e062b9bb0ab8874bd71d01cab5 3,107 1.00/1.00 vMB 17
806,321 806,321 00000000000000000002bca7764fd6d8768076597accd31da522cf3e74f512f3 3,226 1.00/1.00 vMB 24
806,320 806,320 000000000000000000049f65a2be4f5ea61d22b52d030a7a4e5086ae23d72233 3,908 1.00/1.00 vMB 28
806,319 806,319 0000000000000000000301eb746298993381616c37f4264ded28eff375b7f78f 4,103 1.00/1.00 vMB 30
806,318 806,318 00000000000000000004849c930482b18f1448c8ac789e40082e378a13774ca1 3,814 1.00/1.00 vMB 20
806,317 806,317 00000000000000000004eb8d814b47b48a2cf4412cd3e4677d0754e8858df922 2,726 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.55 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: 669.62 GB
    • Received: 15.75 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.