Loading Tool

Explorer IconExplorer

Memory Pool

82,467 transactions
30.78 vMB
0.08598719 BTC
Random Selection Loading Transactions
Max Size: 188.37/200 MB

Candidate Block

Mining Attempt 53b3784e20a3650ff8daabae431d5d5ebd633b29af537109801a10ea0bc368c4
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root be40711df4a3959c98e967842ee174035a7e67c70cb079fa358441f4c548ef60
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 1.00 vMB
Total Fees: 0.01569138 BTC
Feerates: 114.09 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (15,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,379 899,379 00000000000000000000452ae4e317482f1a2ddbc523c4ccb9739995a8c2a6f7 1,423 0.64/1.00 vMB 2
899,378 899,378 0000000000000000000026c898f90abe47a57cbbda5115525de1491fb8930811 436 0.12/1.00 vMB 3
899,377 899,377 000000000000000000004746b90426ed8d3275a24e2842691049437fed66340f 1,080 0.53/1.00 vMB 2
899,376 899,376 000000000000000000020c8f9d3cc6101a77dcf9ce93138676e4ef4abb8cd250 1,580 0.78/1.00 vMB 3
899,375 899,375 00000000000000000001b8b1b70b2e6c404a1ea445b3f77ea1530f5618a9617d 258 0.13/1.00 vMB 2
899,374 899,374 00000000000000000001a4be426e0757d0365431aa95ce93b2d1006e1a250637 221 0.05/1.00 vMB 3
899,373 899,373 00000000000000000001158f2ea7cd3150e483339efae84038afca6c62ae8758 996 0.33/1.00 vMB 2
899,372 899,372 00000000000000000000b0fe8e2786d270267fdf181358980bb699da6e2b9ffa 2,456 0.94/1.00 vMB 2
899,371 899,371 00000000000000000002282813d9fbfe45f13ae794f56dd695843d277b776295 747 0.29/1.00 vMB 1
899,370 899,370 0000000000000000000018b12fc2c55b0fba47123ef5940dd9fb09e761d58950 2,706 1.00/1.00 vMB 3
899,369 899,369 00000000000000000001ee56258ad47c938f957fb8a2953b5a524e0de231d2e5 11 0.00/1.00 vMB 1
899,368 899,368 00000000000000000001d10fabfdb745c5c1ae54d009355a03041176362a11fd 2,305 0.84/1.00 vMB 2
899,367 899,367 00000000000000000001ac3c759a30ec66a54191c1ea617312a662f62179eb28 10 0.00/1.00 vMB 2
899,366 899,366 000000000000000000013c10d2a84474fa54de24ead67b06c9c3a182cd474348 154 0.04/1.00 vMB 3
899,365 899,365 00000000000000000000ba5e8778c78ace198417082145ea3e9f474da6bd2bfe 1,270 0.40/1.00 vMB 2
899,364 899,364 000000000000000000021e0e0194a8c4f575bb89a9faf3d7c0e8b4ca78637299 763 0.32/1.00 vMB 2
899,363 899,363 00000000000000000000a0cc4ab1df9ae0a374f7ca8be3ed55601a19703940c2 695 0.27/1.00 vMB 2
899,362 899,362 00000000000000000000a019f6db212156f2ba2bbf437793c52cf90780645ba7 798 0.20/1.00 vMB 3
899,361 899,361 00000000000000000001ed1850a3d228071fdbf6a318051c8d5662c031e91320 522 0.25/1.00 vMB 2
899,360 899,360 00000000000000000000db43ef32a9f696457dca533b617c048dfc3e0c52c710 510 0.14/1.00 vMB 2
899,359 899,359 000000000000000000003c6c865183c9edcae1cc99fdc1a95ae478462cacffc6 3,069 0.93/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.02 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: 719.27 GB
    • Received: 18.02 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.