Loading Tool

Explorer IconExplorer

Memory Pool

79,729 transactions
29.86 vMB
0.12254154 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt b94dfc3b90b2464644a4df759441afa0c1c3ba0b01d8e86e6d33e1a671f9cba6
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 0c0ef028f4c6e662f928a081e9ff735f3b2ca2a051068c2076ba94aa0ca6b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.05713041 BTC
Feerates: 150.75 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (329,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,236 585,236 00000000000000000006c297a8d6ee1a4906a1e4eba25c26e32a06ef887563b9 2,995 1.00/1.00 vMB 70
585,235 585,235 00000000000000000007fb92f897df8c9a736f9d822dfc2369b19684725f4d3a 2,408 1.00/1.00 vMB 54
585,234 585,234 00000000000000000007abd5614c4904c24076477ce11d22c75a710faf914fd9 3,213 1.00/1.00 vMB 79
585,233 585,233 00000000000000000002cb07fc1f0c57b8eb887c2b26f044853d8b1842deb0d6 614 0.33/1.00 vMB 16
585,232 585,232 0000000000000000000688e1f954b4dfde612b51ce8387a0e657e0ac3387a458 2,694 1.00/1.00 vMB 17
585,231 585,231 00000000000000000005a8a31ea5c44fedda82851b402856758499bfa1d008c1 455 1.00/1.00 vMB 7
585,230 585,230 00000000000000000015a21ae9f877eed15b429642779d205f091d01e2a760d5 1,078 1.00/1.00 vMB 15
585,229 585,229 0000000000000000001cabc1b596bffd02e7b85c0c3bc17fcaf1fe54543d6f7c 1,547 1.00/1.00 vMB 26
585,228 585,228 00000000000000000007d873b0cae63c89055a1cb1385f2721d333cc50fcf673 1,870 1.00/1.00 vMB 31
585,227 585,227 000000000000000000172da12876f41312cf67e8e73b427395a38c834c5acdf9 751 1.00/1.00 vMB 15
585,226 585,226 00000000000000000009718f95512ef7f43d5fd35228914e7f4cf890cca16632 1,110 1.00/1.00 vMB 34
585,225 585,225 000000000000000000103add771ba08904864dbaa86b262a0aa6c2c2cbf5f94a 978 1.00/1.00 vMB 50
585,224 585,224 0000000000000000001adabea800bf9a8dee040d286f24d20e811c64776100d0 2,048 1.00/1.00 vMB 69
585,223 585,223 0000000000000000001b6248b28eb1f9aec03a3c0bc609cb9d574d5e6f0d8adc 1,844 0.86/1.00 vMB 4
585,222 585,222 00000000000000000002f51a173f186afef4dbf37d79cd3dce55d086586bae3f 3,146 1.00/1.00 vMB 35
585,221 585,221 00000000000000000008392698c8d1d2ec1afdd93887d499df20ed09661132e2 3,117 1.00/1.00 vMB 16
585,220 585,220 0000000000000000001baae1efbf19ca4992d3653ff13b4122106b950d41c673 2,297 1.00/1.00 vMB 36
585,219 585,219 000000000000000000130fe6bafabdb1be787abf3593551d5b4b5ebf990740b2 2,123 1.00/1.00 vMB 62
585,218 585,218 00000000000000000008a6dd5d4a213f4a4785337d53ec1d64fbc9ce2bb13ac8 3,328 1.00/1.00 vMB 81
585,217 585,217 000000000000000000035822692da3bfc213df0cf1c2e8cb50fb24c992913ff4 2,905 1.00/1.00 vMB 40
585,216 585,216 00000000000000000000134fe0af7bdeabe5f051728179621c7d642d19b92783 207 0.08/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.