Loading Tool

Explorer IconExplorer

Memory Pool

83,499 transactions
30.71 vMB
0.16886325 BTC
Random Selection Loading Transactions
Max Size: 186.34/200 MB

Candidate Block

Mining Attempt e1078fd122a8fd2096e0e9390560c8148385501df2b2f61b7a1c87555be1b299
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9f3d4ef5d24f0525e808dd8fed080c1afb8c6fe8ae313a9341c8ba9f029da8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.08696031 BTC
Feerates: 150.79 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (307,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,438 607,438 000000000000000000004c311d57a0d4266a9400ba68962d904097d8fd4e590a 1,626 1.00/1.00 vMB 18
607,437 607,437 00000000000000000006fc1ff25bdefa30bf14f06f768d4f88f3323152f69de6 2,929 1.00/1.00 vMB 8
607,436 607,436 000000000000000000097cdc9007eab8355aacbf69d7732885cc6dc4b76b7cf5 2,463 1.00/1.00 vMB 6
607,435 607,435 0000000000000000000c682c313357f1ad31dbb8b04bbfd5e8a2bcc442175f74 2,688 1.00/1.00 vMB 18
607,434 607,434 00000000000000000003a7f38055e982b2586947a236a99c02eca17a607c941d 2,059 1.00/1.00 vMB 10
607,433 607,433 000000000000000000071c35024fb82471986e9d1fecd8edf2a90a300c6644b7 2,472 1.00/1.00 vMB 15
607,432 607,432 00000000000000000001cb5edb78bf66a088a979dde442ddecd3eee7b2440101 3,388 1.00/1.00 vMB 16
607,431 607,431 000000000000000000024c29e47793b045f38e5981e09a977edabbc9f42994e7 2,979 1.00/1.00 vMB 13
607,430 607,430 00000000000000000013ac40244bf1ce6c3e6dd9e94f9739d20bbe242ad64482 3,268 1.00/1.00 vMB 18
607,429 607,429 000000000000000000089f7f24578267f48cfa01146828f1600c1305dc4ffad2 1,697 1.00/1.00 vMB 16
607,428 607,428 00000000000000000007151a15e2bcfccfdbc8c5039aaada4babcc68a3e47267 2,771 1.00/1.00 vMB 32
607,427 607,427 00000000000000000012c622973af02d089d921b73d84b4d1b08a430e4aa0d03 2,501 1.00/1.00 vMB 16
607,426 607,426 000000000000000000157a0c216604795adaff27e30d42b97fec0f464cc39cc2 2,414 1.00/1.00 vMB 15
607,425 607,425 000000000000000000087f14bebd73b0b0748451fc9d4295ffdaff55c0d4c2ae 2,374 1.00/1.00 vMB 26
607,424 607,424 0000000000000000001363dc65eea29f68b4b09fe6a8a86e25dfe378a6bdd796 3,062 1.00/1.00 vMB 30
607,423 607,423 00000000000000000006f603ff3071bedbe320c5f501e8507e3b450a2b5b0c42 2,667 1.00/1.00 vMB 24
607,422 607,422 0000000000000000000d072ca420075725c9f95a4f24ec66ce6c50f6f21a3003 1,857 1.00/1.00 vMB 15
607,421 607,421 000000000000000000062da9c805e3032efa215c85e8cf80437b1b74e12a1e24 2,634 1.00/1.00 vMB 20
607,420 607,420 0000000000000000000b7e6a46bcdf36c4da8160c481dc2f599ff1dfee151c52 2,038 1.00/1.00 vMB 12
607,419 607,419 0000000000000000000dd9d59d9ab95d303c73b14b9f3c3d5a1a8cd427594ff6 2,514 1.00/1.00 vMB 24
607,418 607,418 0000000000000000000b196ce62ba13ae21ab558c9857b389a0c1d359cc2e358 2,386 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.