Loading Tool

Explorer IconExplorer

Memory Pool

44,914 transactions
27.43 vMB
0.06832557 BTC
Random Selection Loading Transactions
Max Size: 145.10/200 MB

Candidate Block

Mining Attempt 034023b11152cbd98a5c6f829838cde73c7b5d99fb15ec2b5b52b55e6508ba53
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root ab4e185fee0b1472d811615374358124a3bd4e1e80943098611f226097c8715b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.01683195 BTC
Feerates: 200.99 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (794,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,364 120,364 000000000000870c0a81c7ab152c2c86e628069a85f06bfaf0b1773e01932101 15 0.00/1.00 vMB 968
120,363 120,363 00000000000021a017c7a52f693d84d17dd60754721c236f2b5b455706ea7623 23 0.01/1.00 vMB 289
120,362 120,362 0000000000005d35d9a035c1ca7396600bd5e46a31f7226a0fddef8c98320f6f 29 0.01/1.00 vMB 235
120,361 120,361 0000000000000914a5fc25db3742494cc22b0aceee90ac5d3dd36791d9496aec 11 0.00/1.00 vMB 324
120,360 120,360 0000000000001fbf9c3387b593915066cbf7f0ccdcf0166b95205f9ad247aab5 6 0.00/1.00 vMB 1,236
120,359 120,359 000000000000221e108fa3fcab4575b4ddfc7418fc1c361b9fc020d6b3a851ee 26 0.01/1.00 vMB 344
120,358 120,358 0000000000009e0c9e92dcf13f2711dad81d220d786b9b91418852e731870137 15 0.02/1.00 vMB 1,111
120,357 120,357 00000000000061b5785799797e3254eb57a4c67d112a769ce183a0e609d68d2d 7 0.00/1.00 vMB 0
120,356 120,356 0000000000008920ca6e5446a103a375ee1140b6bd3e70f328939c3882b2c0e9 11 0.00/1.00 vMB 0
120,355 120,355 00000000000016996dc426efafad4f172d9d9d874aa2a4bbbb1b5a42cf8a5ada 7 0.00/1.00 vMB 0
120,354 120,354 00000000000031ca125a8c3128efbfa4520fc475fa2378d2c3d3dd9a42895706 3 0.00/1.00 vMB 3,868
120,353 120,353 0000000000001caffa008f8e0c0624971bbe30843123b93453d38ed7d89369fa 10 0.00/1.00 vMB 299
120,352 120,352 0000000000005046c437ca4d4ea8f6715b9642144703a21bc3253f8bd23ef065 14 0.00/1.00 vMB 1,128
120,351 120,351 0000000000002841e781b14f52b7c4f90c42d83139bc3c2de13e06af890a867e 53 0.02/1.00 vMB 227
120,350 120,350 0000000000002ad9e7ae4c171a609d6127bb608aa618a85129315327fcace557 4 0.00/1.00 vMB 1,368
120,349 120,349 0000000000000ed7d25f438e5cc7b6c092e826333c33b3a6669f743a5f0cc829 2 0.00/1.00 vMB 3,861
120,348 120,348 000000000000b3c99ef6799059a5b73e67042cdc35f91beb16081564a7cf9da5 8 0.00/1.00 vMB 593
120,347 120,347 00000000000010a425f87ca1bc755ecf05ff92e3378224a5f00dfbc60c6e4947 8 0.00/1.00 vMB 318
120,346 120,346 0000000000009cb649e6f49b7ed818874fcc161d894a7c7d462f52809d32061a 13 0.01/1.00 vMB 1,455
120,345 120,345 0000000000001a44f60085fa3c724edcd012c8b8c4afa1ea28801cddbf930fef 47 0.02/1.00 vMB 812
120,344 120,344 0000000000004d869a3f699f198aaff6e36f2bb605f7843aab8a6971873b9474 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.