Loading Tool

Explorer IconExplorer

Memory Pool

40,014 transactions
28.80 vMB
0.06465785 BTC
Random Selection Loading Transactions
Max Size: 146.62/200 MB

Candidate Block

Mining Attempt ff04faeaee3ab66cfc8ef92936a5452d6e80c8c14b811f1317dc22272dea197b
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 6947b88cad42d0ba9e1eb52f46103fb038ede0a52dbee71a034d395ec9d55144
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00884402 BTC
Feerates: 101.61 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (818,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,466 96,466 000000000002da3d4a949aeb312c408642108ca46237075269f8b70321f1ba9c 2 0.00/1.00 vMB 3,861
96,465 96,465 0000000000024ab724c1e61041229e4c7620169846e0c802b9ebaecdb612ac1d 1 0.00/1.00 vMB 0
96,464 96,464 000000000002476b402a3908e858891ac029a275f20f96e6ae356f49c5e6616a 1 0.00/1.00 vMB 0
96,463 96,463 0000000000011c3e28ec80993a9bd7fade243dcacda22481abd54dd8571d9022 6 0.00/1.00 vMB 0
96,462 96,462 000000000004d73a26495afc9e8e4bd41a4cf4d2073dedfa7902a3655e0a6ebf 4 0.00/1.00 vMB 0
96,461 96,461 0000000000023f803dff9c3e90dda2dfa1e35ad200dcfafaa56c7f0f896c5da9 1 0.00/1.00 vMB 0
96,460 96,460 000000000006cf4c627c4c0474fc5adf659f57ca4d5bed9f28cacb2c3655bcc4 4 0.00/1.00 vMB 0
96,459 96,459 000000000003dcae7f8384f2ccab319694292918a95ec543c8f2087e1b237ff6 1 0.00/1.00 vMB 0
96,458 96,458 000000000000fbbdeb1c740a9537fa0846ef1638833c1052d292b4627990e47e 2 0.00/1.00 vMB 0
96,457 96,457 000000000006da3754a12ceba0f0cbc709f3460737b2ccb3213a3d47fa4bd722 9 0.00/1.00 vMB 0
96,456 96,456 000000000004d472d58e6f91f66047cf6f3f865ff0c914dad133cb95a4fa55ed 2 0.00/1.00 vMB 0
96,455 96,455 000000000005edf59c19bf2e9a84201aab51297e1b3ab89d4a10117b51c782cd 1 0.00/1.00 vMB 0
96,454 96,454 000000000002bd70f9ead112858f171ab3ef3fb0bcb6ca6fe17a4b757438ca04 1 0.00/1.00 vMB 0
96,453 96,453 000000000003ca966edb0a35dbf3b00db133fda4a30143c4df5fa53dc671ef4f 2 0.00/1.00 vMB 0
96,452 96,452 00000000000341b7d2bb8bbc736cce0ee48c5ac610bd3f85433c7463b99354cf 1 0.00/1.00 vMB 0
96,451 96,451 000000000002d91ba9f5576d00f7aa1a71b73d0b94b939e19c4fe7bfea6317fa 3 0.00/1.00 vMB 0
96,450 96,450 0000000000070412dc383d3384432edfd78d4bae3f465879dffa760f7757a304 1 0.00/1.00 vMB 0
96,449 96,449 000000000007d0e5481319f88210fdc26a106054783893499c17b0b77ab22f21 3 0.00/1.00 vMB 0
96,448 96,448 0000000000017913ce750c0fc5dcc547a17b536c55ef8e4c86b53c55e942dc62 1 0.00/1.00 vMB 0
96,447 96,447 000000000007f2c3247abd1b97c1a20056e15e21dc2353dc25e6e0a3319d369a 1 0.00/1.00 vMB 0
96,446 96,446 000000000004d67dcc56a71c18ace42a75a52e9d9c58113bbcb41ed17469004b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.56 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: 622.20 GB
    • Received: 11.31 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.