Loading Tool

Explorer IconExplorer

Memory Pool

81,700 transactions
31.22 vMB
0.08145448 BTC
Random Selection Loading Transactions
Max Size: 185.84/200 MB

Candidate Block

Mining Attempt db61fa75cb68f94ac0be03eed03db3848e876d2d80c79b97f53a34f8a4899ded
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1870c7224cf910dfe1eb485ee96d6e0479c5f00f479feed579414989ae6b4ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,202
Size: 1.00 vMB
Total Fees: 0.01533847 BTC
Feerates: 157.11 > 1.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (517,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,429 397,429 000000000000000002a1b1e1f0158f1dcd2669f5ba6db59f7a58c7c4930c64e8 597 1.00/1.00 vMB 28
397,428 397,428 0000000000000000044231b33a7509dc15d302ec857753d596fe2e58cf832794 1,068 0.99/1.00 vMB 29
397,427 397,427 0000000000000000006712c664695db6bafead15613b21f09fa520c4907af8b7 2,037 0.95/1.00 vMB 41
397,426 397,426 0000000000000000052e6aca053e8ccc7e591c00156b6ac75a7be976172911fc 2,078 0.95/1.00 vMB 45
397,425 397,425 0000000000000000044a81f396b9156c64ee97e62f8f79250d9139d7021b57d6 2,944 0.95/1.00 vMB 69
397,424 397,424 000000000000000003f7c4ef7dd135aa63b68bfd34313a1c669fe767ff304698 694 0.75/1.00 vMB 20
397,423 397,423 000000000000000006cb2cb348d8396c9aab4e0057dd6f2229333e782adb9ad6 2,321 0.93/1.00 vMB 45
397,422 397,422 0000000000000000050a073db915e95a71eae47db0b342641aa6d606f1d643b1 2,033 0.95/1.00 vMB 40
397,421 397,421 000000000000000005c780dbb13521c9c00ac805c555fd065666fa8f19ce64cf 738 0.95/1.00 vMB 14
397,420 397,420 000000000000000000069db2cda3a264616fcd83e7c4805d02d75dd0fde79d0a 1,284 0.95/1.00 vMB 28
397,419 397,419 000000000000000001e09c6bebe77344806211929b8312b6de75345093ff41e5 2,224 1.00/1.00 vMB 43
397,418 397,418 00000000000000000668ff33b835814b30a9d94c6ed001fe13bf2636d375f79c 2,069 0.93/1.00 vMB 39
397,417 397,417 0000000000000000019215c361731ccaf28dbd3ad08b9c6214261d3cec62b8af 949 0.95/1.00 vMB 21
397,416 397,416 000000000000000001fa931a4c2dd95726bcfe828f68f1d4bc92d8c606177e16 825 1.00/1.00 vMB 18
397,415 397,415 000000000000000000d74960c518e1ec04b1506374ec2bd25a8911d1be577a8e 2,165 1.00/1.00 vMB 39
397,414 397,414 00000000000000000231f40b284f029325a728aa18a0a126d97f795da8b4e3d8 1,937 0.93/1.00 vMB 35
397,413 397,413 00000000000000000770c078aba6506ac993e7b0f0430fe8b512e6aa5f9bc159 2,325 1.00/1.00 vMB 52
397,412 397,412 00000000000000000213d9d252a77d14af2126b7a25627b65394b689fb33bc8f 2,052 0.99/1.00 vMB 31
397,411 397,411 00000000000000000768a0d0d01c2bbdbe4f4a563fe1ef8020c0d2a019d7acc1 2,316 1.00/1.00 vMB 45
397,410 397,410 0000000000000000057abbb698739d725fcfac638af8704511b173b80b195865 2,677 0.93/1.00 vMB 56
397,409 397,409 000000000000000000a5c2a22c8c7c8e11b6fca70ac88f95c8d6be121bbb49fe 2,348 0.95/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.52 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: 668.83 GB
    • Received: 15.59 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.