Loading Tool

Explorer IconExplorer

Memory Pool

49,338 transactions
21.35 vMB
0.05345390 BTC
Random Selection Loading Transactions
Max Size: 122.42/200 MB

Candidate Block

Mining Attempt 112b924df12451e6b954387135faa90696d95e09f0c3d62714a663b87cd54b7b
Version 20000000
Previous Block 000000000000000000018aad657dffb41080d6e45b75ab49008ea7365eca2651
Merkle Root 1b59ecc09d0a07bc1ccab2c901718babf7b70db5ee466f0cf6c789b8ef03d7ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,152
Size: 1.00 vMB
Total Fees: 0.01023248 BTC
Feerates: 60.04 > 1.03 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,021 (786,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,381 127,381 00000000000003eed53b63ea412c449c744af1b55ef69cf50dbe7d21429b0cd3 9 0.00/1.00 vMB 898
127,380 127,380 0000000000000ae68ecf9fad1786fcb3fe384a8dbc8c4e389ad64a016d88e644 1 0.00/1.00 vMB 0
127,379 127,379 0000000000001ce01a19077205fa01c7c9011ac3db452d44d81965639e2d5046 6 0.00/1.00 vMB 33
127,378 127,378 000000000000099e63cd2185d6f5991b246c99905fc09c986bd4799034763896 7 0.00/1.00 vMB 0
127,377 127,377 00000000000019231cf7996f8c88c3c2fa37d60dee55ad5684eb8fb907886e15 19 0.00/1.00 vMB 20
127,376 127,376 00000000000003f6f846ef0a44d4fda3775a73423c47d6507af7f77f2f5f7244 15 0.01/1.00 vMB 243
127,375 127,375 000000000000183a0a78ee4fd7c32a0a6c7165bf2a3378400665a20b6ef0815a 69 0.04/1.00 vMB 1,678
127,374 127,374 0000000000001f2c0a7882ddf10b9b492bd16eb68087b071a1e11c990e00021c 68 0.03/1.00 vMB 524
127,373 127,373 00000000000018166ca010737982f4b38c702db9156fc2133487b20f33f17d99 4 0.00/1.00 vMB 2,042
127,372 127,372 00000000000021fdc9d26360b94e81da907fb11393ee0321c6550653f2f18a7b 92 0.03/1.00 vMB 267
127,371 127,371 0000000000000046c9ed7181a8550f383c1020a8bbc76506ed7de8fc9826c4c8 22 0.01/1.00 vMB 701
127,370 127,370 00000000000023648d9abbf71c3a91193bc488ad8f3f4834ad6978ef8f5e21f2 13 0.00/1.00 vMB 0
127,369 127,369 0000000000001376c3290f359a9e9e22fd33fd8c413a4ea44de383ae1980c44b 123 0.05/1.00 vMB 1,680
127,368 127,368 00000000000012a78534c2aa18c6b65a4059e7571aea08e695e4421725868556 12 0.00/1.00 vMB 645
127,367 127,367 00000000000009447582fe3a22ccb6d34125554e02cf264e1df9533fb2ee5e4b 18 0.01/1.00 vMB 421
127,366 127,366 0000000000001a84757ae3d91b826e97f4d065757a0ab2c9cb728dde864ee8c2 106 0.03/1.00 vMB 292
127,365 127,365 0000000000001ce618995971fb7078b7a58245ccf84fa64d48723ecdcb5606a7 24 0.01/1.00 vMB 656
127,364 127,364 0000000000000126a8998d38fde84c7a4c05d0afb760ecc095579d2e8e107e53 13 0.00/1.00 vMB 2,464
127,363 127,363 000000000000068c1c1d509732a8873c5a96e0eaf8bf58890d18dc6345dd7c9c 13 0.01/1.00 vMB 737
127,362 127,362 0000000000001427ca611d78d4b188469b93f76fcec0085e10ffdf54d8268d68 1 0.00/1.00 vMB 0
127,361 127,361 0000000000000352f8586fab9a3b9c1c7e99ade213277fe874d91fb20fbbdc7e 19 0.01/1.00 vMB 696
Previous 10 blocks ↓
Total Size: 780.64 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: 550.68 GB
    • Received: 6.45 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.