Loading Tool

Explorer IconExplorer

Memory Pool

73,872 transactions
28.25 vMB
0.06465240 BTC
Random Selection Loading Transactions
Max Size: 168.11/200 MB

Candidate Block

Mining Attempt 20e3fcb840691367bb74bde8f5b4401bfecf1da122e6dcc7b2a1dd0d0329feac
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root 573fc9ac7132e3d6a31dc3ac6afe4743ee244a925e3143ba38972836ed134de7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,520
Size: 1.00 vMB
Total Fees: 0.00814725 BTC
Feerates: 75.12 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (108,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
806,316 806,316 0000000000000000000165f0a9db514f2046bd9176ca63ae23568b7b243eafca 5,520 1.00/1.00 vMB 14
806,315 806,315 00000000000000000003c933382881585383584193586c81dfd4b05de9a1fe25 1,491 1.00/1.00 vMB 19
806,314 806,314 0000000000000000000161240961a8099f13eb3b5c398476d43d9c2b04b775a7 3,257 1.00/1.00 vMB 20
806,313 806,313 00000000000000000000c10ba8281e79485e8d5173f10f1e66392f2c1c0aca34 3,992 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.51 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: 668.61 GB
    • Received: 15.54 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.