Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
30.06 vMB
0.12570174 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt c091b4e432a4f5c8aba23f18f78583a666763647dce659daa5ab832b784d51ee
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cf7fb3e1f4b842c093a8fce38f264addf6618557377314f9d84de7678ee757fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.05202113 BTC
Feerates: 242.90 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (763,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,907 151,907 0000000000000b07aeed2b09fdfa69850998def956133cfa2819a964344b92ff 78 0.02/1.00 vMB 18
151,906 151,906 0000000000000248aa55b92064ce7f016a2eede9f160900609a61cef1a6dba1d 14 0.00/1.00 vMB 33
151,905 151,905 00000000000006886b5f234005c26a111a9f9f06bbea3be7d878ab0e8dd2104a 11 0.01/1.00 vMB 203
151,904 151,904 0000000000000beb754369c48aa7cdcbf77d59c0dca156c1f3db2ce4b711bff0 16 0.01/1.00 vMB 70
151,903 151,903 00000000000003aeedfb3168c942dee19b0c650e32a7ed96be0c8340f60474ba 27 0.09/1.00 vMB 58
151,902 151,902 000000000000011e1f56069d03439f1de5e3292ab51aad544c11c93fe2f59ca0 119 0.05/1.00 vMB 197
151,901 151,901 000000000000030ef51754641501fdcf5d5c4c2750a9d7f3ce0a8612ba44143e 20 0.01/1.00 vMB 29
151,900 151,900 00000000000003347276a7a1d0978a89ebbffb46b36f6bc197b2b98da1c6fd7a 48 0.02/1.00 vMB 73
151,899 151,899 00000000000006bf947c85d3dcefe32b6ac0b861d7ae05f8f29607fadfe14d7b 54 0.02/1.00 vMB 106
151,898 151,898 00000000000009f71329cd6f160c2b94b81dd3591e3501747dcfd354483e266f 78 0.03/1.00 vMB 191
151,897 151,897 0000000000000d94ca2e1b9b8decc15889add6727bef28c1527651d4c64e1010 35 0.01/1.00 vMB 147
151,896 151,896 00000000000003495d3b0b53260b4c278b2cb35fdfbeb49a93b9f5a2a2cdc002 8 0.00/1.00 vMB 303
151,895 151,895 0000000000000b00514f50a1c6dda6f1d4acaf3c8f81240e6244e6a8d5f8ed84 30 0.02/1.00 vMB 101
151,894 151,894 0000000000000d226fa601e75f0fd4c0497a85cf2c015e3604f0baca800d7b0c 35 0.01/1.00 vMB 40
151,893 151,893 00000000000006110183ae56086e2716d2f2642cc00384c4d67b33f22a808b08 7 0.00/1.00 vMB 1,022
151,892 151,892 000000000000057b0d776386de24c72823951a9f02ebc3c44a3ebe51457c05a8 72 0.02/1.00 vMB 131
151,891 151,891 00000000000008f342744c0558cb5fbc033c39c01b35d2cd316260086d8e5ea4 109 0.05/1.00 vMB 52
151,890 151,890 00000000000000648627a3b40db90b65ab896722c6777446ea7c24925070f28c 6 0.00/1.00 vMB 316
151,889 151,889 00000000000000858216ed0d7f0956b532aa9aacaad87757690225a8be2e5c07 59 0.02/1.00 vMB 6
151,888 151,888 0000000000000d1eefbf6cda85225dff65faa7c569442e33e853c3ad6de78a58 25 0.01/1.00 vMB 45
151,887 151,887 00000000000002c642786e0b0382f9509be4d3d43202cbc05bd4321bacea9acf 66 0.04/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.