Loading Tool

Explorer IconExplorer

Memory Pool

37,333 transactions
27.10 vMB
0.06367841 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt 3114e6f1c9f4d53ce28f11ee38e7a3a4eb377de914c64009168260d78d4dce0e
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root b96973aca1b208ab224311a626fa20de07ab242625f876a99cc148ddd23e7b8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01238630 BTC
Feerates: 179.53 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (116,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,422 798,422 00000000000000000003d006559e3356475183d7df6a006b9f57c3c17fe4c999 3,249 1.00/1.00 vMB 14
798,421 798,421 00000000000000000001948b445d472a94036d97bb5c738f4993dc4198461328 2,575 1.00/1.00 vMB 14
798,420 798,420 000000000000000000007035501b808de75c20b76dfaeed718e0e1bccf7cd1f0 3,810 1.00/1.00 vMB 16
798,419 798,419 0000000000000000000115cc1324cedab92536f013975c50391291fffd7eca1b 4,021 1.00/1.00 vMB 22
798,418 798,418 0000000000000000000331a5cc7fa069aa96a7c05b14098060f15005788e0d43 3,640 1.00/1.00 vMB 33
798,417 798,417 000000000000000000028f04c63e2d6d34d6d784d3d82c48106d42a4e73aae35 2,664 1.00/1.00 vMB 12
798,416 798,416 00000000000000000003f4494913259e3beff2a7567ae6ad140fbdcd0a0d83f3 2,883 1.00/1.00 vMB 15
798,415 798,415 000000000000000000008c97c0d5d351c53bf557576371f5f4e53835c15eecbd 3,439 1.00/1.00 vMB 21
798,414 798,414 00000000000000000001c793fc0eb2920d7fd46989e4a9b457bd1b8fe66ea87a 3,006 1.00/1.00 vMB 13
798,413 798,413 00000000000000000002bd5c101ca8aae0dd1ac864a515e0fe59377d2199abb9 2,830 1.00/1.00 vMB 17
798,412 798,412 00000000000000000002a15bc923c65ef5d71222f7ebec17269e2cb0783cbc96 3,426 1.00/1.00 vMB 18
798,411 798,411 0000000000000000000052c31939491660b65c23c78ae4fa60829a18f6e21bec 2,687 1.00/1.00 vMB 20
798,410 798,410 0000000000000000000018098e4de8adcc60923d737efb701c2918ef9acc9cbe 3,813 1.00/1.00 vMB 13
798,409 798,409 00000000000000000002a1d3bd8434a0a6fb7454de9c1ec3e2cf79fa2345390d 3,539 1.00/1.00 vMB 20
798,408 798,408 00000000000000000004fa6a578d5c9069e8a90548acd53cb6043f23ba536eba 3,253 1.00/1.00 vMB 20
798,407 798,407 00000000000000000004cf4fb091ef41647bd2d2e7657e2bd82a9158b8e165b6 2,812 1.00/1.00 vMB 19
798,406 798,406 0000000000000000000479910489155945b04e6f1b3756003ecd3102aa571d68 1,969 1.00/1.00 vMB 14
798,405 798,405 000000000000000000000af5b74dffb2e0b4a61863202d5826ab5e7a30650d76 3,246 1.00/1.00 vMB 18
798,404 798,404 00000000000000000004229d3ac1a64601eb12a0d40c08fee159763e82dae8bd 2,735 1.00/1.00 vMB 25
798,403 798,403 000000000000000000039788ddc793e13dce2497d8fc2304db3de7e3fbe1118f 2,987 1.00/1.00 vMB 24
798,402 798,402 0000000000000000000357daa6d240b0eca7adad96a69612835217ea71e2a5ef 3,048 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.