Loading Tool

Explorer IconExplorer

Memory Pool

42,695 transactions
26.31 vMB
0.05745301 BTC
Random Selection Loading Transactions
Max Size: 138.17/200 MB

Candidate Block

Mining Attempt a5394d98f21908ebadbea64e481e498a60f8672373e3b639892c0f588420e54d
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 8a0f60d4f98d9518e5611fcfd8171ea7076db4783c01d2937d800e465102cd4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,988
Size: 1.00 vMB
Total Fees: 0.00937837 BTC
Feerates: 150.92 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (502,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,045 412,045 00000000000000000417dbc359d41880f6067b05db6b9c49c841dc435757b304 1,364 0.93/1.00 vMB 26
412,044 412,044 000000000000000000413a093c74c4b08147dacba4a210e68be8ea0e15240941 3,272 1.00/1.00 vMB 69
412,043 412,043 000000000000000004b6c0ada0fa1a42aedf8516e67a442b8a7c938a9494cae7 14 0.00/1.00 vMB 172
412,042 412,042 000000000000000002de7c45512952073c3da568ad4d0d851006099adb9b9305 3,041 1.00/1.00 vMB 74
412,041 412,041 000000000000000004acf84fe28c7e84f65dcd4f335c5f48e1502b22a6788e5d 1,126 1.00/1.00 vMB 20
412,040 412,040 0000000000000000043248ae4432a3095f3c3153ad395b29fc7e9ad13ac4fac7 965 1.00/1.00 vMB 21
412,039 412,039 000000000000000003a5387407aade238a94935af8c994f08b5848ea5d6dcfc8 1,961 1.00/1.00 vMB 40
412,038 412,038 0000000000000000004ce1d06d559979fbcd1c712e9dc6ab260dd159be72747c 1,967 0.99/1.00 vMB 37
412,037 412,037 0000000000000000004e931e2ba0d7f4b7bbf6cf32a8a6767d15eb737004d634 1,733 1.00/1.00 vMB 43
412,036 412,036 000000000000000004887a40b038f9099c8da2f5a1fb972cb20063573085de30 2,909 1.00/1.00 vMB 66
412,035 412,035 00000000000000000472e75071a301f955d5bf8915439c4f6fc89e6a4f8fa985 2,053 1.00/1.00 vMB 39
412,034 412,034 000000000000000004a12e8a687adb372005535f06b31fa5d0eeeda07ff44b33 2,666 0.99/1.00 vMB 72
412,033 412,033 0000000000000000022029b179733878f9ea0c1a57abcee2401bd7e160e81fef 2,511 1.00/1.00 vMB 44
412,032 412,032 000000000000000005172c4f301564a04c5f697918f759019700a81f5ab3eced 2,662 1.00/1.00 vMB 91
412,031 412,031 000000000000000004ee7d2821c54900091cbc6744db4b6e5e278e21cd31275a 758 1.00/1.00 vMB 31
412,030 412,030 000000000000000001aec9f101aa738420b252261430cc08c276e8d86868b153 2,098 1.00/1.00 vMB 45
412,029 412,029 000000000000000002e5a6ee321033b9007e81655baf537f8a92830d585f6340 2,393 1.00/1.00 vMB 49
412,028 412,028 0000000000000000007b0384584ac4c2c4900700881353e43d96c0c98b6ba8d8 1,174 1.00/1.00 vMB 27
412,027 412,027 0000000000000000019b6273cc4bc3d02ed6ce337ddfa7ee03ce25db74cff917 1,285 1.00/1.00 vMB 27
412,026 412,026 000000000000000000b2467272ed40df151bbcfa717b5200d0ecc556a6f76e44 2,384 1.00/1.00 vMB 41
412,025 412,025 00000000000000000514651e8bfaca84e9453fd8c46e6829a9b18e73e8c254d5 2,460 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 781.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: 645.77 GB
    • Received: 12.77 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.