Loading Tool

Explorer IconExplorer

Memory Pool

41,105 transactions
33.09 vMB
0.09450803 BTC
Random Selection Loading Transactions
Max Size: 163.79/200 MB

Candidate Block

Mining Attempt a7654d86ed3b020656f1d941698a33f56033195eac4277dc05d7c55510be1ada
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 9fe23da88bd86437078251ee8fa052fad21e635c0b5717158132d2f9962b429d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,568
Size: 1.00 vMB
Total Fees: 0.02384464 BTC
Feerates: 150.68 > 2.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (376,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,431 538,431 00000000000000000001fd39cf69849e266043a5b36316bf5dd4a007173a8a21 1,719 1.00/1.00 vMB 22
538,430 538,430 00000000000000000024691db81f6b3f86c250e312985538662ee3c7f1fcf8ac 2,292 1.00/1.00 vMB 27
538,429 538,429 00000000000000000015a09ba509e835d670a796d1d515f4198da36e18bd25e0 2,414 1.00/1.00 vMB 20
538,428 538,428 000000000000000000007c38450ae1fed815cf0407c81ce78d9dad8f7e522638 2,716 1.00/1.00 vMB 4
538,427 538,427 0000000000000000000d8e27670f7c3e7ad0f5062bfcd57c845da80351383539 2,407 1.00/1.00 vMB 53
538,426 538,426 0000000000000000001a129100f4a1032b70c2c74abb0cc2a9c0abb13d23d90e 2,310 1.00/1.00 vMB 41
538,425 538,425 00000000000000000005bbfe7351f52608abc6d48a0aab39671d7d5e7f82cd43 1,303 0.89/1.00 vMB 6
538,424 538,424 00000000000000000022a0576cb96342585d3cef0c3783748a95b766b80c5623 77 0.02/1.00 vMB 16
538,423 538,423 0000000000000000000b4e14efd264ae673572c8179d4c1aaffc354d460d67df 2,127 1.00/1.00 vMB 14
538,422 538,422 0000000000000000000d5283b35badf8571dcbec6e50d4c5a4e6b694df796eeb 2,172 1.00/1.00 vMB 8
538,421 538,421 00000000000000000022a93dc0c478e082ac60efb52a4a3515e268a25ba0aebf 2,693 1.00/1.00 vMB 25
538,420 538,420 000000000000000000171a06db0446f1c0c4f8f013fa40e2a2608b1ff278be66 2,648 1.00/1.00 vMB 10
538,419 538,419 0000000000000000000c42c65abe037cc2bec048a7a63ad3415128972daa27a9 1,391 1.00/1.00 vMB 14
538,418 538,418 000000000000000000043c55a9f1f3e9246aefa0b451ecd5ad440bcc78836a56 2,668 1.00/1.00 vMB 31
538,417 538,417 00000000000000000014c6c8b55c93ee6252055f7bacd878c9b6b4931594f57f 2,962 1.00/1.00 vMB 5
538,416 538,416 0000000000000000002964a13db914aa605ee5c9f509873beb1e4bd2c64bb8dc 3,220 1.00/1.00 vMB 20
538,415 538,415 00000000000000000013dbddaea3b807ebd23e957a5ff3ab4be62a05d26bcd8e 2,584 1.00/1.00 vMB 30
538,414 538,414 00000000000000000026acff1653243a6dc349182bdd1d755550032a94fc640d 921 0.32/1.00 vMB 27
538,413 538,413 0000000000000000000f213790826713dbbc18d5ba94f2ed4ec1f9330046abd8 2,954 1.00/1.00 vMB 24
538,412 538,412 000000000000000000035431c8e6b8e43075cc060d0d139df8251db572ab87c3 2,840 1.00/1.00 vMB 29
538,411 538,411 0000000000000000001b4b25b122bef8489179c916a64e603eb2a6d9cc8c4001 113 0.04/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.96 GB
    • Received: 11.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.