Loading Tool

Explorer IconExplorer

Memory Pool

39,205 transactions
27.15 vMB
0.07236226 BTC
Random Selection Loading Transactions
Max Size: 139.59/200 MB

Candidate Block

Mining Attempt 291d55ab5cc683a6440c91b5d7d1710e4dc354572ca08569a49086e640e1ccbc
Version 20000000
Previous Block 0000000000000000000117e35ba6b6f76113adff270db22d62cb0c4cdeb553ac
Merkle Root 2cee9e59e015f9b8b025f8a42982b8ff9d4bfb9108444b41225f91dd5be71ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,333
Size: 1.00 vMB
Total Fees: 0.01972096 BTC
Feerates: 100.53 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,303 (843,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,378 70,378 0000000000130df4458b7fee4f3f6c95242fa61454000bfdbb18b5a7f33211d0 2 0.00/1.00 vMB 0
70,377 70,377 000000000104c56dc254d1018145a854740e68ee8183231d443a1ff186339b11 1 0.00/1.00 vMB 0
70,376 70,376 0000000000c49fedce230329fe699095a2e57c5ac4d76e3b904aca3e4f6417b6 3 0.00/1.00 vMB 0
70,375 70,375 000000000071aecdefc8a7660a1a3e334fea02db3943f7fd5f61737d1826a96f 4 0.00/1.00 vMB 0
70,374 70,374 000000000159ee795e4eae10f5e11506f3553f015d82d3564cabe8bb4141f657 4 0.00/1.00 vMB 0
70,373 70,373 00000000003f969cab21fac61f630f666fbc50dae6a3fcc4e501f897fad3edf2 3 0.00/1.00 vMB 0
70,372 70,372 0000000000913bfa2a3393f41ce2f89e691554c0812d4a9de5d4e5c571c4b8af 2 0.00/1.00 vMB 0
70,371 70,371 0000000000dd40f58b6150c9fc17634c8125e2b21f9c3cf4319fa25b5bd23d4c 2 0.00/1.00 vMB 0
70,370 70,370 0000000000e496441039d6fae0c09feee78e697a8988beba9e58895f0d4d9823 1 0.00/1.00 vMB 0
70,369 70,369 0000000000f68cfee6aefcee882f9e95b841e98be49244460205e1101bc0bb9e 2 0.00/1.00 vMB 0
70,368 70,368 00000000004156f4042dfa88e24c35615feac53f14469ae68294d629679690ea 1 0.00/1.00 vMB 0
70,367 70,367 0000000000c21c90283da3fdc9d0932edfe1e14a513af2d19cf837caac84f0c5 3 0.00/1.00 vMB 1,886
70,366 70,366 00000000013c89e7888f63e3305738b762cebe869c29c9594c992e64a69c3201 2 0.00/1.00 vMB 0
70,365 70,365 0000000000bd4352bb626c8e3d569f04ac397544c10217dcf64163b1ff5e7293 3 0.00/1.00 vMB 0
70,364 70,364 0000000000602ad5897fc0d1642421e9fef438f0ef728d3d9896a761504a7663 3 0.00/1.00 vMB 0
70,363 70,363 000000000033d55b103169481865e9dedb528b301db257d8a9e2cb7aa0e4f360 1 0.00/1.00 vMB 0
70,362 70,362 0000000001197be0010cc1247b19671398acebc0bc25ee98d9875cd9a9f15721 1 0.00/1.00 vMB 0
70,361 70,361 000000000052dd255a043aee150ea50e61cf51096d1a33f8f8e14ee518645e1b 1 0.00/1.00 vMB 0
70,360 70,360 000000000084dd837e968d06e663712c60e8a83689cc9d2ba4816eca5296aa1d 1 0.00/1.00 vMB 0
70,359 70,359 0000000000d450827a730bb0d6b3af5c44bd966ccf10e2ca442f6b8925b8e5b9 1 0.00/1.00 vMB 0
70,358 70,358 000000000107aa784c0a9061507255f1a1ac0630dbb3d3ec786c6a449b78a3ad 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.28 GB
    • Received: 9.05 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.