Loading Tool

Explorer IconExplorer

Memory Pool

38,448 transactions
28.40 vMB
0.06524264 BTC
Random Selection Loading Transactions
Max Size: 143.84/200 MB

Candidate Block

Mining Attempt 60d8df2d27ab88a5eebf86c033e321acd15db603a6398846362c713e3afe8d27
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 387d2bba5110dde4c2d21f21cfd11a24f63f2516816ab9b33e2b7ad67c74431a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01049142 BTC
Feerates: 105.82 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (173,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,171 741,171 00000000000000000006622fcdbe3515050fcda645f9df48afa947e4f6ee7636 2,450 1.00/1.00 vMB 30
741,170 741,170 00000000000000000003be5b406ea2d3dd750dc1a56d496da8b467324b33bced 2,009 1.00/1.00 vMB 9
741,169 741,169 000000000000000000092e560e6b834e7ecba02455033988ca079b9d47a11653 2,022 1.00/1.00 vMB 25
741,168 741,168 0000000000000000000433c8d5a1494f49eb60eb2532bf739668ba7eeb9cb321 1,662 1.00/1.00 vMB 17
741,167 741,167 00000000000000000007666f5d39d5820d08dc03f431ffefb6267decb33189a5 2,934 1.00/1.00 vMB 19
741,166 741,166 00000000000000000004e3094bf1e31de20913ce9f10116d2a8e34741b72c5c4 3,767 1.00/1.00 vMB 21
741,165 741,165 000000000000000000008ef89be22c4ec3cffd1b0d102c6f7729ea3a5d93e464 2,630 1.00/1.00 vMB 33
741,164 741,164 000000000000000000053dfbe62fcef6b28b8d4412ce62f929a87d3417a300d3 2,508 1.00/1.00 vMB 33
741,163 741,163 0000000000000000000373c1925852f896f04f6c762ed92341b5a62e71889db7 2,392 1.00/1.00 vMB 17
741,162 741,162 0000000000000000000134599cc4c34629f601e262f091bd8a62e348e08808c7 2,666 1.00/1.00 vMB 29
741,161 741,161 000000000000000000022009d26de3e15b0b1f6c62227938d5c284d62ade8621 840 1.00/1.00 vMB 5
741,160 741,160 000000000000000000079ab037adbe38dba85eb16c9105549a0251b65b4f240e 1,176 1.00/1.00 vMB 1
741,159 741,159 00000000000000000007d027a4c62da265413669fc168035be741327073805ad 2,575 1.00/1.00 vMB 17
741,158 741,158 00000000000000000003f336adf7acd6cb56bab7bd0e3a9f81d7879477cc4897 2,631 1.00/1.00 vMB 22
741,157 741,157 0000000000000000000093954cdc9e5b803985c846821eff2a6ca5cef707334f 2,753 1.00/1.00 vMB 2
741,156 741,156 00000000000000000008603196984aa8b2d6ed89ecd91832ad5050c26d968b15 2,791 1.00/1.00 vMB 18
741,155 741,155 00000000000000000000c9e3013ee6cbc201f6255b5ae07284b3a319a6dfbf41 2,021 1.00/1.00 vMB 12
741,154 741,154 00000000000000000005999e13db0227199516a140267a3a2ccb000db3a7a279 2,005 1.00/1.00 vMB 26
741,153 741,153 00000000000000000004aa7fe28891cc9a345d6898883c9b6f9cfa8b3d3f8f20 1,422 1.00/1.00 vMB 10
741,152 741,152 000000000000000000016976a8c0d4df3508eeee4a44c5bf55c691d17564729b 2,706 1.00/1.00 vMB 18
741,151 741,151 0000000000000000000713bd48a2db9b2ee68faf7943b6720a5b11893a04d581 2,696 1.00/1.00 vMB 28
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.58 GB
    • Received: 11.46 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.