Loading Tool

Explorer IconExplorer

Memory Pool

31,938 transactions
18.56 vMB
0.06948981 BTC
Random Selection Loading Transactions
Max Size: 99.32/200 MB

Candidate Block

Mining Attempt 1ea06f3ed57a6feb20e3f8f9e835e0609481003d0c208b8b743763462693f4d7
Version 20000000
Previous Block 000000000000000000002af0ed36a6537865c0800143839d02ce5af78de6c4e2
Merkle Root 1d7ee118fb32b351b05ad8d83ae3bcb80af61d5d95e54dd808ca62dd738a28e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,818
Size: 1.00 vMB
Total Fees: 0.03422115 BTC
Feerates: 301.36 > 3.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,122 (743,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,014 171,014 0000000000000039768d338f1c35761c061e1e28e3f6cb59f45990526ffb03f1 176 0.05/1.00 vMB 17
171,013 171,013 00000000000009dbdcdd1e419c9e89a43c74f0b137b8196fee2b967282368de6 24 0.02/1.00 vMB 49
171,012 171,012 000000000000061e81ceadae82c6a20e177e7464b429dca628845db5230d4c98 44 0.04/1.00 vMB 71
171,011 171,011 0000000000000a4f15c9f06d4c89b1e6281ec64e37fd512a355c60e7faf6f713 37 0.02/1.00 vMB 64
171,010 171,010 0000000000000855f36da443ae477d1d79532aa980a31a3659b96a802273f09f 162 0.05/1.00 vMB 8
171,009 171,009 0000000000000a15d2af511b979ccb484274ff8e430d87715533e523cf007a5c 12 0.02/1.00 vMB 22
171,008 171,008 0000000000000647d03ed24c896f697cc3f16af069d210408ed95a7c5c79743e 28 0.01/1.00 vMB 4
171,007 171,007 00000000000003293a952274e78eaf9c9046984651a022bed6e2117eb1a91c1b 72 0.06/1.00 vMB 78
171,006 171,006 00000000000009b47cadec0cfb554a9617de6b12cbcf14ad3f73e4633e50d91f 1 0.00/1.00 vMB 0
171,005 171,005 0000000000000860a71b20e1f77892e9fdf841bfcc24574ce4f8d6698f5404bf 84 0.05/1.00 vMB 122
171,004 171,004 0000000000000189669cdb40388fdd56dc6cd31e865b64a9ba1858e0c22d7a92 1 0.00/1.00 vMB 0
171,003 171,003 00000000000007a4a1acd9487767b45b5da81a383e9abb2a70cea1ea10ae09ac 98 0.08/1.00 vMB 129
171,002 171,002 00000000000004b1834c810e7809fce644e82d9dd4403967c27fede3f49474a5 1 0.00/1.00 vMB 0
171,001 171,001 000000000000026cfef8caeb467b83a6a74411a8a534886df0527e0fd4f4637f 44 0.05/1.00 vMB 831
171,000 171,000 000000000000070e7585c214a2a9628c61d5be904d318e2cf5b2418a611bc8fd 75 0.05/1.00 vMB 66
170,999 170,999 0000000000000678cca4c2c60596f0a9e2ccb0900082f5deebb6bd93fdbf7c2e 65 0.03/1.00 vMB 44
170,998 170,998 0000000000000aa8437e9c789ae405978dff75bf3a9c874ec6a206b464d93a64 102 0.04/1.00 vMB 138
170,997 170,997 000000000000032cb6e9fcea38180c1e5251257800079115d4f597818e6e0981 1 0.00/1.00 vMB 0
170,996 170,996 0000000000000635b870b92994c84bde93de78d756eae9efb01b0d85e866b554 10 0.00/1.00 vMB 717
170,995 170,995 00000000000001ff102f9ce080886a80ddeb62122aab87bce8e7103c45656c7a 29 0.01/1.00 vMB 210
170,994 170,994 00000000000009a04e05cd994cb2dd034bc46d93104cfc0b19d76a7e43c20232 20 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 560.43 GB
    • Received: 7.34 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.