Loading Tool

Explorer IconExplorer

Memory Pool

88,363 transactions
32.33 vMB
0.17322550 BTC
Random Selection Loading Transactions
Max Size: 195.77/200 MB

Candidate Block

Mining Attempt ed88ba3a9aba011b4db851b078529162739c08350b3c7b50aa4ced0c03249914
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3f5b0de2d40fc4a1e365d7f86a300e9f5d55e0cd2ab1df49d071eadb338deeaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,752
Size: 1.00 vMB
Total Fees: 0.08422146 BTC
Feerates: 216.64 > 8.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (129,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,904 785,904 00000000000000000003edd560336166314206e2cae777b7a9708e6f65e97868 362 1.00/1.00 vMB 2
785,903 785,903 000000000000000000043cb807bce8de00f0e75ecb1259c58c191c7d049e78fd 181 1.00/1.00 vMB 1
785,902 785,902 00000000000000000003958569ff0151d2fbcc4297b09e08cbd460c47bcbd167 678 1.00/1.00 vMB 5
785,901 785,901 00000000000000000001685c2eaeb66ef1f43df7b92cfc54f5a38e5b59be7e74 421 1.00/1.00 vMB 3
785,900 785,900 000000000000000000036eb79e09b0a888a5ff5d875ae4359367b2c96d7c76c6 1,050 1.00/1.00 vMB 4
785,899 785,899 00000000000000000004bbbed8a2709a7480ea132c34a7d61eee22770820ccda 1,951 1.00/1.00 vMB 8
785,898 785,898 00000000000000000002530f3c9f9d71bf487f0a5b72e084128da00c5f2707fe 1,904 1.00/1.00 vMB 25
785,897 785,897 000000000000000000018c38cd9adc70f9d168161cdcf247649209568c6d8c59 1,102 1.00/1.00 vMB 13
785,896 785,896 00000000000000000001231557bd6c9f054b8840295abc95ac9c8203b5e63524 811 1.00/1.00 vMB 5
785,895 785,895 0000000000000000000595d387389bc9a5206355f7ef75068d5b0fd62ccef289 1,772 1.00/1.00 vMB 8
785,894 785,894 00000000000000000004d93f98909a1f03f4f856d4ae746aaa6710a061a87e36 1,577 1.00/1.00 vMB 8
785,893 785,893 00000000000000000001aed8fa6334fec9de8d05fe468cd64c03ead7ae0ab61d 1,060 1.00/1.00 vMB 6
785,892 785,892 000000000000000000020c116c62e37a4afdf200cc9680a75af3b39c462e9638 270 1.00/1.00 vMB 2
785,891 785,891 000000000000000000006b44e046bac55a24393dde33ab92760e32a7d8f1ece0 2,010 1.00/1.00 vMB 11
785,890 785,890 00000000000000000003cf5e9e2d08e6e1b0c2b30288ce0b6596519a50f90d2f 1,151 1.00/1.00 vMB 7
785,889 785,889 0000000000000000000353642bc20c2b7c36adc89eeebb20a9237b2fa830c1ed 1,898 1.00/1.00 vMB 9
785,888 785,888 0000000000000000000148f4eef6a1e1dd36801bd70ac83a0dd3ce2b65a179a0 2,514 1.00/1.00 vMB 20
785,887 785,887 00000000000000000002ef034a01afe16a6e2050403a7ea8f7710f9421d73e48 1,599 1.00/1.00 vMB 5
785,886 785,886 00000000000000000005c7831c0d8150592568c5c7779a6de962dca3f8f6fdee 915 1.00/1.00 vMB 5
785,885 785,885 000000000000000000052f1ca04e086408b5490af4aacab7a15ee1abe9c0361b 1,705 1.00/1.00 vMB 8
785,884 785,884 00000000000000000005af559ceb3a9a4daacd7871dbdaae9a1d777212985194 2,216 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.