Loading Tool

Explorer IconExplorer

Memory Pool

78,389 transactions
29.38 vMB
0.06608265 BTC
Random Selection Loading Transactions
Max Size: 176.60/200 MB

Candidate Block

Mining Attempt 75364a2ef2a15508fb391acceaf49cc34af8350b7a8c7bb400011cb689a2b12b
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root a229dcd46cfb1cca86854e9370720ab42b008fa9843d31cad7e87abea624b082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.00657325 BTC
Feerates: 50.25 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (316,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,906 598,906 00000000000000000000856273ec1bfe884a8041b05e93cbc2a7f4926ef190a8 2,806 1.00/1.00 vMB 32
598,905 598,905 0000000000000000000829d96c32cc247baa14d96fbe31ffbeaff87d3d491d58 2,535 1.00/1.00 vMB 21
598,904 598,904 00000000000000000008d7e7a8d1de4d37efb82c5273fe89b5ae92077729b3ac 2,744 1.00/1.00 vMB 43
598,903 598,903 000000000000000000052727a321067ce379999e77e7475281b01c58a382163a 3,009 1.00/1.00 vMB 38
598,902 598,902 0000000000000000000cd7f7d38198b09717c0070ff5ad7529f669828e59eb1c 3,548 1.00/1.00 vMB 17
598,901 598,901 00000000000000000013d698a5e3e95c64f4e4f4b77312ccc1744b4239361ebc 2,205 0.67/1.00 vMB 21
598,900 598,900 0000000000000000000c234c75292c4880e069b85b781a39e25d1d6e6a586f29 3,185 0.97/1.00 vMB 18
598,899 598,899 0000000000000000000e8114019aec8120587c7ddf6927fcfbe18161dd356c46 2,949 1.00/1.00 vMB 15
598,898 598,898 00000000000000000001c4ec7c8b6f3078c6527fcd4502e047188e2749e1237f 2,367 1.00/1.00 vMB 8
598,897 598,897 0000000000000000000e1c9d6a19d8d31d7de509e4786100685e37bc2485a138 2,586 1.00/1.00 vMB 45
598,896 598,896 0000000000000000001461d5882c3f82315134f52fd460e6fdd58ea192fb33a8 2,202 0.67/1.00 vMB 10
598,895 598,895 0000000000000000000585343aad235d93bdf19e974b9824c9e59ce831b19920 2,436 1.00/1.00 vMB 26
598,894 598,894 000000000000000000076a51e20a53017ce6c6f7fe94e7bbe8651be279804321 2,849 1.00/1.00 vMB 22
598,893 598,893 0000000000000000000eafb158724a64de96fbdcb5ac964adab63cb43bfa1087 2,484 0.92/1.00 vMB 5
598,892 598,892 000000000000000000096f951b4b77efc8d3ef3dc8540f0d37d3b397ed1cc9b4 2,388 1.00/1.00 vMB 25
598,891 598,891 00000000000000000007acfe202704bf41508bb90625cd698c4e51a87cc4d41a 1,922 1.00/1.00 vMB 18
598,890 598,890 0000000000000000000df2343fea905b9b0ec508c51b960f9dc49fcaec24ccd2 2,664 1.00/1.00 vMB 26
598,889 598,889 00000000000000000005168089285c25aac3671f70fc040c900c53465cc27eb2 459 0.27/1.00 vMB 13
598,888 598,888 0000000000000000000edf618181d204e9f2467007c6d77b667ed69f83726d3c 1,995 0.62/1.00 vMB 11
598,887 598,887 0000000000000000000f3f7f6f9743117a8e04ed561c095629d8aca591aa7b54 2,583 1.00/1.00 vMB 30
598,886 598,886 000000000000000000004a366d705ee55cb71c106b3f6a5edeb9001d53b6ecca 464 0.17/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.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.