Loading Tool

Explorer IconExplorer

Memory Pool

35,475 transactions
29.95 vMB
0.09667962 BTC
Random Selection Loading Transactions
Max Size: 164.43/200 MB

Candidate Block

Mining Attempt 75db89fa9fd3e49b1c844959097790535f9c33309ad8223a4357568f5b9ebb3a
Version 20000000
Previous Block 0000000000000000000052cb8bf283a19ce993d2bea029eb3f3102ef9609cd73
Merkle Root bd54c23ecefc2e61b5011fd3263be437bf05285910842c1a20051fdc2d79198b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.03756350 BTC
Feerates: 151.12 > 3.76 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,320 (46 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,274 941,274 00000000000000000001917a1991c7ae1bfadaf1a12cc31c32bb15b5ba6b8c32 3,617 1.00/1.00 vMB 1
941,273 941,273 00000000000000000000ff2194a49723000cfd8975c5007dee5d4c8a078a10ed 2,052 1.00/1.00 vMB 1
941,272 941,272 00000000000000000001d17877b3050c231f25296871975617946ca2f43c13d9 3,412 1.00/1.00 vMB 3
941,271 941,271 00000000000000000000e60edd5a2532988b4e2c53b14910c5202b26dc7a701d 4,427 1.00/1.00 vMB 0
941,270 941,270 0000000000000000000095fb34f2d7daea2480525767a9ac2cdd049d10a12d62 4,332 1.00/1.00 vMB 1
941,269 941,269 0000000000000000000008966821c03011be7701401c12203e65444e358b4035 4,382 1.00/1.00 vMB 1
941,268 941,268 00000000000000000001c4cc3b5e4e0ecbdd79a72737b4ba7cbc78040d9e9430 1,162 0.37/1.00 vMB 3
941,267 941,267 000000000000000000004d79e36a1619d8edee572d91e59d2a6954b8a85a9e2a 3,866 1.00/1.00 vMB 0
941,266 941,266 00000000000000000001ccf2390db5174186e3be3fb038091710fe6f738555ae 2,720 1.00/1.00 vMB 2
941,265 941,265 0000000000000000000119a84c2b4270ca494f4cdc4bd13bf8c2c41fb5e3912d 2,219 1.00/1.00 vMB 2
941,264 941,264 000000000000000000010e0448b6fcf03bb8e0a038a3a91b111e37036645a73d 2,878 1.00/1.00 vMB 3
941,263 941,263 000000000000000000008918cc5f02e3d596cacf76d2b892b79bca14a1479c83 2,861 1.00/1.00 vMB 2
941,262 941,262 00000000000000000000d0c93595c4d7aaa5504c5a2e1ba9644a4cf4a7cf0638 3,544 1.00/1.00 vMB 1
941,261 941,261 0000000000000000000134304edccf4393639d8661f232198bfe8dbdef127ead 2,382 0.71/1.00 vMB 2
941,260 941,260 00000000000000000001af298c541ca898f2220c5ef9e208455c8d0f3fb87c3c 2,411 1.00/1.00 vMB 2
941,259 941,259 000000000000000000018352e886bc7a84cff7c1bab6ad59ae7be663ad782272 3,346 1.00/1.00 vMB 1
941,258 941,258 000000000000000000003b14412cfa326273ea53e749429f65f36031aa2bb201 3,577 1.00/1.00 vMB 3
941,257 941,257 00000000000000000001824f68b4cff1813dd93b3f35aba952c3991774458111 4,681 1.00/1.00 vMB 0
941,256 941,256 000000000000000000001f983144d8c90ebc3f116acec8db5adba3f6e52c77c5 4,517 1.00/1.00 vMB 0
941,255 941,255 00000000000000000000f6c88743af9479ed08cd9a30bcda80d9bf311d3ec19c 4,334 1.00/1.00 vMB 1
941,254 941,254 000000000000000000004832ab7a2f6b5bab276fd3b731646e8ae0a5869a39f3 3,183 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.12 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,628.31 GB
    • Received: 250.51 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.