Loading Tool

Explorer IconExplorer

Memory Pool

81,114 transactions
29.99 vMB
0.12546730 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 94f5eb97fff7c1ad9a599114cc6f3d70b56f21d4bb0a889a4f0a96e07e723a79
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 35e8eee0f51fe9fb2d723e977313bbfe1aa1b19be780837704e2768ce1b61fd5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,248
Size: 1.00 vMB
Total Fees: 0.03639077 BTC
Feerates: 301.60 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (402,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,333 512,333 00000000000000000005948f42cd9df9377ccd5704de7625146274102a61833d 1,599 1.00/1.00 vMB 22
512,332 512,332 0000000000000000003c518654d70614f80d38e34c29f59ee788bb5caa0b39a5 71 1.00/1.00 vMB 4
512,331 512,331 000000000000000000055e5bc977d75a4964f6636474d4d87716319cce49135b 1,563 1.00/1.00 vMB 22
512,330 512,330 0000000000000000002e0caaaa688d3d48fafb9c2ca558462bdca00d99ae1794 1,492 0.86/1.00 vMB 20
512,329 512,329 000000000000000000240cb61eca7cfa5a8f7567217229a4fdf8a96e78e37a44 380 1.00/1.00 vMB 7
512,328 512,328 0000000000000000004c7c0f9b8beec196708b4dba60504ac35201fc51e047ad 1,416 0.51/1.00 vMB 48
512,327 512,327 0000000000000000005132adb8a63d6f00a415291de7e127401ac71b4d7f78f0 2,723 1.00/1.00 vMB 34
512,326 512,326 0000000000000000003c09db997353d248baf95c7e42fa403afd0399ed001c22 378 1.00/1.00 vMB 8
512,325 512,325 0000000000000000001fb596fad148c6611647ffbf60cff3eb0485768ce10fa6 2,410 1.00/1.00 vMB 35
512,324 512,324 0000000000000000002427cdbba404368ba8c9cf424f103031f23d8e63211532 702 1.00/1.00 vMB 13
512,323 512,323 0000000000000000003310bcc3ce6216ecb1c04dcf55bf6ad7ff5d7a0dc488ad 60 1.00/1.00 vMB 4
512,322 512,322 0000000000000000005311386f8eeca5b549b72e9bfb4ad5e18f7776ce315963 2,400 1.00/1.00 vMB 18
512,321 512,321 0000000000000000003688e99d00c78e8a6b90ba08ddb3414022ae5a8faadc5e 2,793 1.00/1.00 vMB 44
512,320 512,320 00000000000000000025f5c4bc75fa4a10cb9675749f3d56ae43ded370615ed8 847 1.00/1.00 vMB 11
512,319 512,319 0000000000000000002cced238a3f47713f8f857d34cbf21d599c594244089fa 1,555 0.50/1.00 vMB 37
512,318 512,318 0000000000000000004e92fde42ec35ff943d331931644e31f98be8e628da3c4 372 1.00/1.00 vMB 11
512,317 512,317 000000000000000000361ea9489ee06e3165d97c85e1fa6f4e236662a8dc3270 1,091 1.00/1.00 vMB 20
512,316 512,316 0000000000000000004b4e6548bd8d360ef3570518c5fab6b2cdf5d3b9509d25 1,207 1.00/1.00 vMB 30
512,315 512,315 0000000000000000002c749b6d7287e3f4a69b95ee4ccd19d6b7ba182a9c4c0c 547 1.00/1.00 vMB 11
512,314 512,314 00000000000000000054e0813f8e56f5ac8c9450e5ef11f938124c80d16f53d0 1,135 1.00/1.00 vMB 17
512,313 512,313 0000000000000000002b7651db423ab92e5080298fb46f3bbd83341d93cd6c2b 2,413 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.91 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: 713.87 GB
    • Received: 17.50 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.