Loading Tool

Explorer IconExplorer

Memory Pool

16,459 transactions
7.40 vMB
0.03112639 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.62/200 MB

Candidate Block

Mining Attempt 28edf4c81aa2ec9f372e9e18e351ef658c5192991cf3cff87928a909b0c027ce
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 4a8b8c7ee3ca2b0cd42dbddf9c6b425752f422e0604915692d005d26bdafa611
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,507
Size: 1.00 vMB
Total Fees: 0.01669125 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (708,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,861 204,861 00000000000003a0fe4fea55729cc37934d3b5ea6691a48eea39f3249fd14d42 96 0.05 vMB 309
204,860 204,860 00000000000001f411ced5e930c010211e0db640301dfbe984e62233b229f43e 206 0.10 vMB 106
204,859 204,859 000000000000044acc1c708e28dbf05da3a2abb581758eaddb8cf65b0da3b64b 205 0.09 vMB 151
204,858 204,858 0000000000000249bcbe707cb7edfb3a66fd1c1df4dbd2115fbc1dc50703945a 308 0.12 vMB 210
204,857 204,857 00000000000003b9e7b8d0b04638174cc76476f293c82ee46d4a72caf8afbf1d 452 0.46 vMB 39
204,856 204,856 00000000000001c6fbb60c329ec0ed3afd74a10fc6eacaa77506eb34ac7c856d 263 0.12 vMB 155
204,855 204,855 00000000000001901fa2614d3f60708496c1df472fa024bd756af37523a0ad40 127 0.03 vMB 30
204,854 204,854 000000000000050b9d9b1ebdfea958c0334a430ff1460dabe2368db862b995e7 22 0.01 vMB 241
204,853 204,853 000000000000026b99c078dd8222c8a9136359b27b27fa1079977637a3776602 85 0.04 vMB 134
204,852 204,852 000000000000056c952c47ca97eb903057b667b9c1b2f207f05ac3abeb52dedd 143 0.05 vMB 36
204,851 204,851 000000000000029fa18128b0fc1f8ee96fc3be523c3f8d15c0b3f5d4d7b11a79 83 0.03 vMB 106
204,850 204,850 0000000000000274d6db180fc3c0b8271fbce1325179b9e6226705644acd83e7 257 0.13 vMB 113
204,849 204,849 0000000000000316f28f6d82ce646f6101218c77947e67176d6d8678931f37d3 357 0.20 vMB 87
204,848 204,848 000000000000017f4fce4ac6b8283284f018474d189278852d6159e32f44c815 104 0.04 vMB 58
204,847 204,847 0000000000000474a7c90e3ef4c01fd06f678eefc801082f21c4de467443788d 370 0.13 vMB 153
204,846 204,846 00000000000000128c8733a9e765787a72c7a5b776d3c241279e6e8615b270d5 278 0.14 vMB 106
204,845 204,845 00000000000004431b730ad1e099604577909611f66f3948b578442f70429d7f 864 0.38 vMB 136
204,844 204,844 0000000000000084507818ba26371e8b79e5035b376d13de76c8949e0d644085 656 0.37 vMB 87
204,843 204,843 00000000000000efc1a69a573e3841f9a9b822244042cc3f934a07f7d4452709 28 0.03 vMB 97
204,842 204,842 00000000000000b648240bb710a08fbb448b5f3e4d7f965240c266636b0890c0 93 0.05 vMB 11
204,841 204,841 000000000000019e11149044900eb0904a069ab5585c132112596ceaeb5c075f 112 0.11 vMB 130
Previous 10 blocks ↓
Total Size: 779.63 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: 303.87 GB
    • Received: 1.39 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.