Loading Tool

Explorer IconExplorer

Memory Pool

73,234 transactions
27.18 vMB
0.06284491 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt 2aa0c2f3308061ae5e20303ce4c01c36de3e8dfc31d4c41acc40a86e0d02247e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root bbda9fdb2014665fd9be349092c9a0dd7134742211ea2f325f2a0386b503013b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.00510057 BTC
Feerates: 73.20 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (84,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,466 830,466 00000000000000000001edb3f57836e0777794f33d13b830e65a620c6d90017d 2,637 1.00/1.00 vMB 52
830,465 830,465 00000000000000000003ace1ca0b692b702d40cc8561a70c1d20df794039de88 3,550 1.00/1.00 vMB 43
830,464 830,464 00000000000000000002cf569b2d963006cdd0ef1e91d49c83ec25e236de9ee5 3,248 1.00/1.00 vMB 58
830,463 830,463 000000000000000000028c92a28ae9e93da5c034d2a3eac1cfd061d915e31f38 3,214 1.00/1.00 vMB 47
830,462 830,462 000000000000000000002be3025faedb5e30e8d9e8f35db039a0a6bada396e6c 1,092 1.00/1.00 vMB 24
830,461 830,461 00000000000000000000ecc0f11cd0a9cb7d73bec980da0ab011bea76fbb6248 1,608 1.00/1.00 vMB 29
830,460 830,460 00000000000000000002e7ad926db930b7c2fe9fec7750a73918d3cd46ca3b6f 1,914 1.00/1.00 vMB 34
830,459 830,459 00000000000000000001ab08af446343f6701cee11843a93b8f4e4b632774ad6 1,973 1.00/1.00 vMB 33
830,458 830,458 0000000000000000000042ae7b37cff09cbaa27c1c448eeb1f60e1bc2cc90060 3,372 1.00/1.00 vMB 31
830,457 830,457 00000000000000000001e0696c25c2e6c4fc8ea7e0c344000f3df384c49f14e2 2,448 1.00/1.00 vMB 33
830,456 830,456 00000000000000000001d5e023f33a94f5e7b40cd8057650bbb74f3d604b4244 2,663 1.00/1.00 vMB 45
830,455 830,455 000000000000000000026d01fc7824a1f178d241b30fe3859a3e3d833afae704 2,516 1.00/1.00 vMB 46
830,454 830,454 00000000000000000002b272322c120ab861aa9e742ffbfd3c4c3a3a3b9bf4ea 2,674 1.00/1.00 vMB 38
830,453 830,453 00000000000000000001b62a3162341677b0d60519e29edf372108d6bf1bbda0 2,556 1.00/1.00 vMB 42
830,452 830,452 0000000000000000000266fb04139f985ad53f6113ad8a2ff73ec3f77e0e6185 2,170 1.00/1.00 vMB 31
830,451 830,451 00000000000000000001a60cecadc763813e986c0a3aaccb0e6f5b98acc4582e 3,055 1.00/1.00 vMB 38
830,450 830,450 00000000000000000000686d5bcbe857c82f0d65ebd762f40cb80566986b5de0 602 1.00/1.00 vMB 33
830,449 830,449 000000000000000000009069e00fa5d2e83b4860e13bef71233a67daf8ccd704 188 1.00/1.00 vMB 33
830,448 830,448 0000000000000000000157e9da6a26dada4a6f7d49f5d1c7739bfe6a42e858af 939 1.00/1.00 vMB 35
830,447 830,447 00000000000000000001d688b117267c2cb59e92dc725b4191f0ac1c36f51aa8 2,105 1.00/1.00 vMB 37
830,446 830,446 00000000000000000001709e9506166b1f61b5fcde7b719d1baa9c1c991d9d47 2,252 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.