Loading Tool

Explorer IconExplorer

Memory Pool

72,198 transactions
27.75 vMB
0.06987928 BTC
Random Selection Loading Transactions
Max Size: 167.92/200 MB

Candidate Block

Mining Attempt 9976f6dc418078cc14a86b870f9529541d2ece6c25d63df69b64d837e2f47340
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root cce91cf240f50ad0c341315263b64a843d003fce4bd33d50c135f997f042c3d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,669
Size: 1.00 vMB
Total Fees: 0.00966832 BTC
Feerates: 298.50 > 0.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (14,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,305 901,305 00000000000000000001a6441a791b48b7053ae197d19ce7d33a315e01954540 2,355 1.00/1.00 vMB 2
901,304 901,304 00000000000000000001e31cb37209a6cada7047eeb898e8c1b12ec6352783a4 1,282 1.00/1.00 vMB 1
901,303 901,303 00000000000000000000adda8381ed7f6d98fc02437f6b135936ed73ed8a4857 655 1.00/1.00 vMB 2
901,302 901,302 00000000000000000001a6942be2d9547b3fea3d43a3a5f6bc495ac6a3409e2d 1,002 1.00/1.00 vMB 2
901,301 901,301 00000000000000000001d2412c08602a1b6db7a60f2440c5daf70f53d69565da 5,589 1.00/1.00 vMB 6
901,300 901,300 0000000000000000000110e40c12aaa2f757bf7f0130f5bfc72a1d01df535b08 469 1.00/1.00 vMB 2
901,299 901,299 00000000000000000001f2e9e7e3bc6db4c5f3453c8ada72228b04d170efc121 1 0.00/1.00 vMB 0
901,298 901,298 00000000000000000000fa2d204f5c81fc2164b4006576f9581fad3c6c6c94db 2,052 1.00/1.00 vMB 3
901,297 901,297 00000000000000000000c55cded470c1ff8e155ba83d8f95f2272d0e5bd49729 1,469 1.00/1.00 vMB 2
901,296 901,296 00000000000000000002205f56c2940778eec459dab1eec961ae710b3b0ebe50 1,788 0.54/1.00 vMB 2
901,295 901,295 000000000000000000013662c2d8f1bce687ba95c12b962ad7baf22de6db51be 950 0.44/1.00 vMB 2
901,294 901,294 00000000000000000000f097b90800a2d07906de8c8974f2fc724ed11cd0b9c4 64 0.02/1.00 vMB 3
901,293 901,293 000000000000000000009d49e5e523c61958c5f598c6a5c5685de8e1fa72e26d 1,013 0.33/1.00 vMB 1
901,292 901,292 00000000000000000001b96254ccb1b36f5003dc185f21ce84a80a1dfc76c295 1,974 1.00/1.00 vMB 1
901,291 901,291 000000000000000000016c66379d0f30d54cc3cffafe162aae18cd404afe91ad 3,719 1.00/1.00 vMB 4
901,290 901,290 000000000000000000017bfe2b1382b2e3bfdf00cd3a4473dfc6a07aad05f8ca 1,658 0.76/1.00 vMB 2
901,289 901,289 00000000000000000001a10e5aa83fa48a0ef2474bfdd73e3d198ff924eadd8b 561 0.19/1.00 vMB 2
901,288 901,288 000000000000000000020c74c0b0d3f116c5ff14059e52c22dba2f32f9a9de99 698 0.22/1.00 vMB 1
901,287 901,287 00000000000000000001e83efb84e7456e2528f1f8485f767422db0267478621 2,068 0.65/1.00 vMB 2
901,286 901,286 0000000000000000000137d69e30c8840d06a8d9fa43c12a54a820fa568765ee 610 0.21/1.00 vMB 2
901,285 901,285 0000000000000000000214836f40a59af62377fd616e2760fab941466f382c5a 799 0.31/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.18 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: 750.46 GB
    • Received: 18.85 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.