Loading Tool

Explorer IconExplorer

Memory Pool

78,209 transactions
28.96 vMB
0.07620434 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 28029227acf57d792ea2a366647c3ef567d0476e0dd36e968f951c926fcbae9f
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root 9c45a08761f265577b2c8e32536ccee286ec9567ef7bc949fa7c714711cacd5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,600
Size: 1.00 vMB
Total Fees: 0.01583923 BTC
Feerates: 100.44 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (238,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,364 676,364 00000000000000000005e7252434529d842f3c813214c6ec5e85b9d4a600ae71 2,840 1.00/1.00 vMB 84
676,363 676,363 0000000000000000000516c1dfdce74ea2a6c13251a71fc932619989f6510473 1,872 1.00/1.00 vMB 49
676,362 676,362 000000000000000000087b13959c5edbf6dc220a648508a332a1e5954b788e81 1,870 1.00/1.00 vMB 35
676,361 676,361 0000000000000000000835373004a07022b4b4ff05751d21ea56829960d81191 1,965 1.00/1.00 vMB 29
676,360 676,360 0000000000000000000c76ed39bf018e9f27677d9616de811ee42052e040fe9e 1,597 1.00/1.00 vMB 48
676,359 676,359 0000000000000000000890e35bec4560ea6faa8dafc9e7c06401e8ed7d149f9c 1,705 1.00/1.00 vMB 80
676,358 676,358 000000000000000000089eb595917cd51ad3483af4e3e36ac50b3be6f2c48184 1,277 1.00/1.00 vMB 73
676,357 676,357 0000000000000000000c600b83ca146058e2cbc67ef0bf3b6455ad166afd6dcd 2,317 1.00/1.00 vMB 48
676,356 676,356 000000000000000000088fdc2ec42e294a9b0272c1107c126f27fffa19fbaf52 1,998 1.00/1.00 vMB 51
676,355 676,355 0000000000000000000a1fa18b2060ca41ca0b498a6465c0f8447b26e68ea251 2,695 1.00/1.00 vMB 72
676,354 676,354 0000000000000000000cc6b1994122584c6d93bc5209034e7f69982320a958e1 1,856 1.00/1.00 vMB 34
676,353 676,353 00000000000000000005420b046cd1d795f2c1e3b8dab50d6dbcdc55cac54b16 2,256 1.00/1.00 vMB 39
676,352 676,352 000000000000000000087865dab14bc384e904e90f2242ddbf99c1341ede2df2 2,112 1.00/1.00 vMB 25
676,351 676,351 000000000000000000062b43d8368ef04e46e2b34ec1284e8b429e563b3bbb5e 1,714 1.00/1.00 vMB 28
676,350 676,350 0000000000000000000a4fb83f7a24fb79cad525fc04a0b9a9f451b9415b7938 2,236 1.00/1.00 vMB 57
676,349 676,349 0000000000000000000198973e1f10f1c852924944046e39b047d1c03c209b9c 2,180 1.00/1.00 vMB 48
676,348 676,348 00000000000000000001f81ad826b51dc2d7e989cc86684e30712327f41e5623 436 1.00/1.00 vMB 23
676,347 676,347 00000000000000000006985b89d26934be5f7fbf5142fc02f4dac2628bc58cae 1,306 1.00/1.00 vMB 25
676,346 676,346 000000000000000000017958608f2c9f7f8d479d69fe34015045a0ea9adf1ad4 1,462 1.00/1.00 vMB 68
676,345 676,345 0000000000000000000a8a2e9ef3f1a0b497bdcb15e17c901c1ae21db049802f 2,385 1.00/1.00 vMB 81
676,344 676,344 00000000000000000009ee3266f04306ed3cf4b0fcab12b735c681dbc38ed3d1 880 1.00/1.00 vMB 15
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.84 GB
    • Received: 15.77 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.