Loading Tool

Explorer IconExplorer

Memory Pool

48,303 transactions
28.23 vMB
0.09641826 BTC
Random Selection Loading Transactions
Max Size: 150.28/200 MB

Candidate Block

Mining Attempt d2b18d0ca195afb41fe688559febc85e9e4743a674d92420497768ad412b9bd9
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 3ca6f1493d7ef9e446bcf3c0d06dab696b6561375da505fec52cee0b6d32bdef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.03972582 BTC
Feerates: 500.00 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (334,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,374 580,374 00000000000000000000ca7d8196da864e266213391d4cce15a46cdbcbeee5b9 2,697 1.00/1.00 vMB 121
580,373 580,373 0000000000000000000bbf467c208606a505793ff973b310b21c99e829c86cfb 2,441 1.00/1.00 vMB 23
580,372 580,372 0000000000000000001b32adccf6172ad1ae22b6ce9459c352396884059e9501 2,744 1.00/1.00 vMB 36
580,371 580,371 0000000000000000000277f4dbc441538d64ef1c7e2e39661cd4a3c76b86f5e3 2,688 1.00/1.00 vMB 43
580,370 580,370 00000000000000000003c3ddfa392252cb7b625b88b9d3c9aa2a3cd7dd279aad 2,587 1.00/1.00 vMB 54
580,369 580,369 0000000000000000001aa0f4bdc2c9eb46585d1e612756a9aea9b58656f73919 2,608 1.00/1.00 vMB 82
580,368 580,368 000000000000000000132dc5941c60eab4ad4482983c9283d4c9de4d4de15379 2,343 1.00/1.00 vMB 73
580,367 580,367 0000000000000000001605ca087098cf3eca9c7e70ed6783b837527f35a369e5 2,257 1.00/1.00 vMB 102
580,366 580,366 00000000000000000024c923fe8873778e437290e4958234922df101956fa4f4 2,721 1.00/1.00 vMB 130
580,365 580,365 000000000000000000054cd0ed2c79ef7e9f72292902652e5c425eb5767a52ae 2,713 1.00/1.00 vMB 107
580,364 580,364 0000000000000000001a4591b4dd5b4216b058cc87a195785fc10441dc82f708 2,501 1.00/1.00 vMB 88
580,363 580,363 000000000000000000075ba88f3174e6aab03c22023c54ed3f20cff4213d0800 1,977 1.00/1.00 vMB 100
580,362 580,362 0000000000000000001c80fcd0c8a4d8839a53df71a135da0db8f3413a7813d1 2,497 1.00/1.00 vMB 152
580,361 580,361 0000000000000000001543c2a884da087d204635fe785601979bdb09a2021375 2,957 1.00/1.00 vMB 95
580,360 580,360 0000000000000000001fd260b15807446d3031418fae1d8c4d85f9dce496f655 2,178 1.00/1.00 vMB 84
580,359 580,359 000000000000000000241d69e5f533c42b6c10556048d97b3121a067ab5cf661 2,703 1.00/1.00 vMB 110
580,358 580,358 0000000000000000001fe1a1c315e0629b29a74fcf847331aeb3acc24df50372 2,528 1.00/1.00 vMB 113
580,357 580,357 000000000000000000196156f8b554cd3bc9832731c3ec02b6385048d141cb97 2,419 1.00/1.00 vMB 97
580,356 580,356 00000000000000000021ced26fd109dc2c5db5764a65cb056eddf8edaf0d8af1 1,987 1.00/1.00 vMB 105
580,355 580,355 0000000000000000001fbd307b0006f4eac58514d31efe7fab51f5f027cc89f5 2,603 1.00/1.00 vMB 137
580,354 580,354 00000000000000000020edce837cc7999f6d12b057da0d47808a61b9f93a99e3 2,798 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.01 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: 649.48 GB
    • Received: 13.18 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.