Loading Tool

Explorer IconExplorer

Memory Pool

69,476 transactions
30.92 vMB
0.08193474 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 48f826bb5a4845658b403243983a4f3b72487f36f9b3fef76c97b55fb279a6c3
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 59484ed21f08199d4454ae955433151eee845c70e1fb2aafce05be4fa99975e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.02138338 BTC
Feerates: 150.93 > 2.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (242,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,580 672,580 0000000000000000000227e1570d24bc36a7481b52ee1fd024db90fc48e58bd0 2,465 1.00/1.00 vMB 44
672,579 672,579 00000000000000000006889b7e694c4df127c1e18e26813fd5234e0924ef7c02 2,374 1.00/1.00 vMB 97
672,578 672,578 0000000000000000000727c4411a2538c7846ee4c85748324f3e70f2ab1c704a 1,696 1.00/1.00 vMB 18
672,577 672,577 0000000000000000000537948f6c69bb7f0868df15ff34ecda71320f341adaa0 2,233 1.00/1.00 vMB 42
672,576 672,576 00000000000000000008dc289688d75e3c9d804fc2b836743f808bd02794cccd 2,800 1.00/1.00 vMB 99
672,575 672,575 00000000000000000008290c6e2e7ad36117625186cc150a95389261b2a8b54d 2,777 1.00/1.00 vMB 128
672,574 672,574 000000000000000000072a8c7302381eca9c08fb075f4f34b6ae5f3f292b1f65 2,147 1.00/1.00 vMB 27
672,573 672,573 000000000000000000005501237ea661f94cedc85839fd6da3e71698418198b0 2,293 1.00/1.00 vMB 36
672,572 672,572 0000000000000000000053798b977c8c9aed5c900442aa7c1ced8e5b0819eb30 1,864 1.00/1.00 vMB 102
672,571 672,571 00000000000000000009b8edf9c6479f4dbe8d14ce69a471ca1cdf1a453cf4d0 2,019 1.00/1.00 vMB 35
672,570 672,570 00000000000000000001dfab2e17fb4d48788b41dff4a90fc99e3b521f27af82 1,115 1.00/1.00 vMB 97
672,569 672,569 00000000000000000006bf0b293e4418258445abe22ffb3f7cda1236d965e625 1,820 1.00/1.00 vMB 125
672,568 672,568 00000000000000000009e0621c883cd36a50bd5ad69761b0fc2b8703dfcadb62 1,611 1.00/1.00 vMB 50
672,567 672,567 0000000000000000000bc43eb7366cf503f07d35f2b541be3fa64c8030f8fd21 2,718 1.00/1.00 vMB 97
672,566 672,566 000000000000000000021e33443092ce0fae8996ec1d5c3bc2b8f45f68f19ae3 2,086 1.00/1.00 vMB 31
672,565 672,565 0000000000000000000110a690d8d8b8531abba3c79d14c3387abb81cd1a56f1 1,609 1.00/1.00 vMB 55
672,564 672,564 0000000000000000000be0f2d38dc68fc0cc0b48c52b152c9a611b5b190dc5d4 1,752 1.00/1.00 vMB 84
672,563 672,563 000000000000000000053785e550ea6e7db15af3f682f225282f92e014712799 2,487 1.00/1.00 vMB 100
672,562 672,562 00000000000000000008bffd516654d957d2c127891958a0ced0bde91dd2ca9d 2,307 1.00/1.00 vMB 67
672,561 672,561 000000000000000000058e4b72fd4f52b88b5782cade3107158e70958d51552d 2,231 1.00/1.00 vMB 21
672,560 672,560 000000000000000000059dfb5f1369d8acd49224bd916c828fddf96f7b8cc379 2,075 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.