Loading Tool

Explorer IconExplorer

Memory Pool

24,398 transactions
9.49 vMB
0.03741703 BTC
Random Selection Loading Transactions
Max Size: 57.34/200 MB

Candidate Block

Mining Attempt b833e58b3fdcaa129938ba018046b4d331f89e13f7fbcbde605264f3cbcf3631
Version 20000000
Previous Block 000000000000000000006ad5dd5608cb508923769ce67ceb16c6d97ecfe93c2d
Merkle Root fa94a96fe8a0813a5d1bcd46574cd8dea3d62db0591d724eb726d5c55ef9e8a8
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.02719697 BTC
Feerates: 1,262.23 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,472 (788,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,120 150,120 00000000000007f722977a2c9d0c3c6f3ff679f7416dd0dff33a399b5fa5070a 9 0.00/1.00 vMB 386
150,119 150,119 0000000000000636a701b18932dadb1da62067c0a46bcf997d92eb251168c251 10 0.00/1.00 vMB 116
150,118 150,118 0000000000000827734c062053d1f144e46623da726d86c586a12c67d6c45085 113 0.03/1.00 vMB 78
150,117 150,117 000000000000015dc7d7b80e3d89b7758606d7b619c54fee2f55b1e81121158f 49 0.02/1.00 vMB 187
150,116 150,116 00000000000000649e981220551b0f99208ee9ad9355b70b9b870ab703fa0a02 10 0.00/1.00 vMB 367
150,115 150,115 00000000000003ff708eba1bfc2e5771f92712928640ab8d298c7f547dc56f18 1 0.00/1.00 vMB 0
150,114 150,114 00000000000008eb308efac8b71731d166821b97697130c78df6b82dc38e1b60 12 0.00/1.00 vMB 280
150,113 150,113 0000000000000addcff0ac26bcc03d11f30264065fc8cd8872389f9c26a4316b 87 0.03/1.00 vMB 148
150,112 150,112 00000000000002384bae6e3b9b97c1dd3f771ee18985588883eaddb86f41679c 65 0.02/1.00 vMB 153
150,111 150,111 00000000000001305a647fbad22a49c8876307f5953469f2db9c00a2f50d2f97 39 0.01/1.00 vMB 180
150,110 150,110 00000000000004c6037f73973301100d486a7ee2fe4df9d5c6d9ad688b5661d8 27 0.02/1.00 vMB 60
150,109 150,109 000000000000007ced6d404b5f16dd7a9893cb76e80184aa60cb90309518c9f0 12 0.00/1.00 vMB 0
150,108 150,108 00000000000004c500ca5584a869126dfc8a6f5cf3acfa47b7f035b5a1f48d10 15 0.00/1.00 vMB 62
150,107 150,107 0000000000000a21d81fad59f102368d184a1d26a61f56811f44b0429f64f43e 145 0.05/1.00 vMB 170
150,106 150,106 00000000000005163d8d16192985a3f2d0f6f44e668ad05b26f7edcd3385a37f 6 0.00/1.00 vMB 150
150,105 150,105 000000000000034b3712e685db12b9e1b6fd7a08e41260fbe4ea2485d2df9e29 10 0.01/1.00 vMB 529
150,104 150,104 000000000000049cae475d98b4881623a51d0620e0b270705d11cd6a0ab9a754 18 0.01/1.00 vMB 295
150,103 150,103 0000000000000a2b3d4ff5c0bdebc8104f6b223b6007600bd5e06197822e1401 126 0.04/1.00 vMB 115
150,102 150,102 000000000000068be31eff85908a4885a5117d9e8afac799fd335d37c0ea0416 11 0.00/1.00 vMB 86
150,101 150,101 00000000000006bb4096a302361fbb92df9458d0bf407f09bd0f06f2b6a18cd9 25 0.02/1.00 vMB 34
150,100 150,100 00000000000000b0fc91f5a86e6a9f9273574a211ede5bb2f58659d6977bd1ed 109 0.04/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 823.97 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: 4,112.37 GB
    • Received: 226.30 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.