Loading Tool

Explorer IconExplorer

Memory Pool

81,599 transactions
34.35 vMB
0.14181326 BTC
Random Selection Loading Transactions
Max Size: 195.17/200 MB

Candidate Block

Mining Attempt 95a99398db30fb0081e588bfd1428eaff4da8b7bfd1dbe62a7f1285755298608
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 89aa598df4a44edd179220162176550fdebadaf43a923454ae2ecd16425341a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.02695097 BTC
Feerates: 384.62 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (469,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,797 445,797 0000000000000000005cf30e97294159f19acb99c1eac110fff3c78037caeec1 2,522 1.00/1.00 vMB 102
445,796 445,796 00000000000000000015bbf0b800a84028399071ed6552f8fd4789f395fbe836 299 0.20/1.00 vMB 64
445,795 445,795 0000000000000000033316cb87d3a4f826d63397d01bd8fcac481d2954f04b71 1,784 0.93/1.00 vMB 75
445,794 445,794 00000000000000000146c398cdda979f8aaa046b3201d5482126d40ea058f268 1,166 0.81/1.00 vMB 44
445,793 445,793 000000000000000001b3073125c247819cca8abe029e1fe0708fa4a58f9c9fd3 1,786 1.00/1.00 vMB 59
445,792 445,792 000000000000000002a16dae2525e63a9304720b36015d82a24481f1e68defdf 2,286 1.00/1.00 vMB 82
445,791 445,791 000000000000000001c3864786f5b5aabf1170d3ec2b64f7a05f81bb9d8a897a 1,947 0.75/1.00 vMB 74
445,790 445,790 0000000000000000032864f2cd9a15916fdd8c4e2b49a4a9c1403152bdaa6259 2,361 1.00/1.00 vMB 77
445,789 445,789 0000000000000000012f5a13347755c8bc2879b33d494a6f5035d57a96d35eae 2,315 1.00/1.00 vMB 88
445,788 445,788 0000000000000000035d1e21c3bc29c9c55e05ae0357ca08f328bda0c8d8ca79 2,771 1.00/1.00 vMB 97
445,787 445,787 000000000000000002f379db6fe9eca01b4659e59256f24fd1b9b9e36fb57918 2,388 1.00/1.00 vMB 87
445,786 445,786 0000000000000000023c2405ba5245febca81daebc6597cb760f3e37f0bad1f5 393 0.22/1.00 vMB 73
445,785 445,785 000000000000000000e5ef494287fdf17297be3d7c5d98ac35b5ada82aaa8050 904 0.51/1.00 vMB 51
445,784 445,784 00000000000000000195c72c1e336d04c1f261421e9b264a1a2fde7fce56ba9d 2,270 1.00/1.00 vMB 75
445,783 445,783 000000000000000002b1ed54df613424597792866b2a94d752feccaa393e083e 2,414 1.00/1.00 vMB 86
445,782 445,782 000000000000000000926d8cf9197a75052cc7dbfa4fa08a97f21c8a5376a380 2,549 1.00/1.00 vMB 82
445,781 445,781 0000000000000000009ebb6e2dbcd16616c37c486e1c71547bed99ecc82d48f4 250 1.00/1.00 vMB 5
445,780 445,780 000000000000000002d9c4cefe2466a7225406fc6d14eb622c6ef7a02b2a84c7 597 0.27/1.00 vMB 72
445,779 445,779 00000000000000000248997c20c9e923891c00b8c63fa74f76bab26155b1223e 1,289 0.55/1.00 vMB 76
445,778 445,778 00000000000000000275e5280f220b0fa3b6e8a9e9942df9450f9bdd13bbfce0 1,180 1.00/1.00 vMB 35
445,777 445,777 0000000000000000004065112289aae29c721499f6ae5898bfd5658f7be18373 1,631 0.75/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 783.10 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: 729.83 GB
    • Received: 18.49 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.