Loading Tool

Explorer IconExplorer

Memory Pool

82,813 transactions
30.93 vMB
0.09069017 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt ec4826016092e60469925dc2cc0e53f3e44a6012a3e66f469f408cdc0cf1ba0a
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 9f28768ce5f9e178cb04cd07992c4091e05f515a7d1082d6232c0c70f96db38f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,244
Size: 1.00 vMB
Total Fees: 0.01958277 BTC
Feerates: 114.09 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (499,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,855 415,855 00000000000000000522a26c37714c785479c5bdb84f0bcd13de5b0aeaec80e9 1,392 0.99/1.00 vMB 30
415,854 415,854 000000000000000002c127c4bb8e665d9035613f3841a16188370a92550f6a9b 1,864 0.99/1.00 vMB 36
415,853 415,853 000000000000000002e7210a661b5037986a1ad9e854c2e2e7d4bb299b6eda49 347 0.99/1.00 vMB 11
415,852 415,852 000000000000000002b4fcc31d3a0c8c2c4e9387b1878ee7d703d0447e9aac08 1,899 1.00/1.00 vMB 32
415,851 415,851 000000000000000002c10eee489f4c225da0ff5dafb0489e5dde4733f3bfcc1f 319 0.11/1.00 vMB 58
415,850 415,850 0000000000000000004cf2e13fcf921c86f145a1fe701426505818043584ae87 651 0.24/1.00 vMB 50
415,849 415,849 0000000000000000030ef74e3aade5fd35db309e56db4dd31541ff0597d28a9d 712 0.50/1.00 vMB 32
415,848 415,848 00000000000000000417da21075bdfc0f477b23733d93b9dbc971381f4dc3c26 2,717 1.00/1.00 vMB 54
415,847 415,847 0000000000000000027654f37c887d6a2f36fa9230780b8a8a65969213cc2dcc 1,160 1.00/1.00 vMB 27
415,846 415,846 0000000000000000042184d0ca31903f0a78df4af4c514f875864c5bf6952b60 1,764 0.95/1.00 vMB 37
415,845 415,845 00000000000000000523915665292f289bc75d32552a7de6b143a2559c77d2a2 2,876 1.00/1.00 vMB 54
415,844 415,844 000000000000000000fe0333f0b9f88cce8b2e7a741a21155ccedb896af04291 2,196 1.00/1.00 vMB 54
415,843 415,843 00000000000000000556b2575396ccdc2e949ed55de95ed1df20ed37875c41de 1,722 1.00/1.00 vMB 35
415,842 415,842 000000000000000000eb49c1a5529f26e1f8929c3e05d5bdaa61ed14ba5272a3 3,052 1.00/1.00 vMB 62
415,841 415,841 00000000000000000120a3a2d90fb127242a610b065ff33b16e5d04c1027a036 1,489 0.60/1.00 vMB 49
415,840 415,840 0000000000000000010bf2e008a216086765f395781278e85f5fa86f87a9ef2c 1,278 0.52/1.00 vMB 54
415,839 415,839 000000000000000001715a28adc0d8052c4e0f454b001e0b1bfba2bf4a815b8e 159 0.29/1.00 vMB 17
415,838 415,838 0000000000000000007bb1d45a78b459d472547e7d7d1d090c688eeab3014fda 2,104 0.99/1.00 vMB 42
415,837 415,837 0000000000000000012c81c15d3ab48b2fb35d836fedf9e2c29b6017b3846634 1,030 0.55/1.00 vMB 33
415,836 415,836 0000000000000000032916382cf0f9dc9acd474460e102c68951be1f57b56bea 1,339 0.53/1.00 vMB 47
415,835 415,835 00000000000000000482a3cb5e42b98a717635322b09d8d1b45aa956bf5d7652 232 0.08/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.