Loading Tool

Explorer IconExplorer

Memory Pool

79,192 transactions
29.68 vMB
0.07734082 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 5ee78dd523ac4c4c9d29650ff32c0b7a83ef4cb615e70575d966e72361b9e4ec
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 2c8384167b392647b32f504469cead0d11b2194f659e0b0728fd3a6e651f6d20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,921
Size: 1.00 vMB
Total Fees: 0.01697480 BTC
Feerates: 101.61 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (100,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,068 814,068 00000000000000000002d477e5cfd2ec62c47c07449d7643004f0655603518dd 3,536 1.00/1.00 vMB 11
814,067 814,067 000000000000000000044956df1aa466cd0ccc4109e8d1498db640c90f6b9a28 3,434 1.00/1.00 vMB 10
814,066 814,066 0000000000000000000196219d324ff5654e41992509946911417320bc2f3dc8 3,369 1.00/1.00 vMB 20
814,065 814,065 000000000000000000049225d2a12b5cc625da98a27581b839d53f9b78b68cb2 3,278 1.00/1.00 vMB 33
814,064 814,064 0000000000000000000456922de22c4c191aea3125d50d364edb2d0435604137 3,505 1.00/1.00 vMB 31
814,063 814,063 000000000000000000037f5e516c5e207e9f6ed75d78ecc0eca4f2e288748f47 2,290 1.00/1.00 vMB 15
814,062 814,062 0000000000000000000485dec4115c6cf243adeccda0ae6cf64c242547976b9c 3,625 1.00/1.00 vMB 25
814,061 814,061 000000000000000000004d154eb570e2f38c776a4adbd81addb7da6928ca609e 3,215 1.00/1.00 vMB 12
814,060 814,060 00000000000000000003ec9bb82441cd77a11d491c8a3bb88f5fc5d315f8105d 3,508 1.00/1.00 vMB 11
814,059 814,059 000000000000000000011a93f4c50afc1006318204367c5aaf731db2b0e3afec 2,785 1.00/1.00 vMB 11
814,058 814,058 00000000000000000002985e99feabbc888bba67a6bd59f9e04b95527905530b 3,582 1.00/1.00 vMB 31
814,057 814,057 00000000000000000000eba8f085706f8d53837c42fd54c89776cb3ad06557db 3,357 1.00/1.00 vMB 20
814,056 814,056 000000000000000000042b125106d8c4d7d01296e7ce1c86f5edf7aa69f0f735 3,298 1.00/1.00 vMB 21
814,055 814,055 00000000000000000003b9dd1cc9c9a3a684bd88a6e282c744ad475a68d0eb7f 1,752 1.00/1.00 vMB 5
814,054 814,054 00000000000000000000fd53db7baec1ab92c20581ffb9335d1b18714e9d197d 3,778 1.00/1.00 vMB 34
814,053 814,053 000000000000000000015d76a563b297d3a5a6c7cf8a591d186d4e512b899c4e 3,392 1.00/1.00 vMB 26
814,052 814,052 00000000000000000000631115e5f9b328d61d7baf926a50ffd1f09b1cdeedeb 976 1.00/1.00 vMB 4
814,051 814,051 000000000000000000008818d4a0f9a182e15d004c24010735b53fc5c9eba5db 5,247 1.00/1.00 vMB 4
814,050 814,050 0000000000000000000431b794a7dd7ad5c44523b5a9cb2e9f7f950ed5104d60 3,310 1.00/1.00 vMB 17
814,049 814,049 00000000000000000001c6c0bbced30a331b5bf60673b01028ed63537c442a67 3,629 1.00/1.00 vMB 5
814,048 814,048 000000000000000000017cd0e8fdcf251a9805d8a771259adf5235e2e042b289 3,134 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.