Loading Tool

Explorer IconExplorer

Memory Pool

79,138 transactions
29.71 vMB
0.09005511 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt b878dcf611e10a71cdd94d7644fba82942faf6f0d9ff4b60082aa9b9486a9240
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root f33fd1e37fb2f0e2f154b84c862a16c27995044cb39620741507a6c11ebc30e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.02369423 BTC
Feerates: 100.21 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (136,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,897 778,897 000000000000000000019089e5839652c6158d5edeff19ccfa041faa2b997402 1,939 1.00/1.00 vMB 8
778,896 778,896 00000000000000000003fabe03c8c7eba49d26b6b1036f9baf9129f5cb4758ea 1,616 1.00/1.00 vMB 3
778,895 778,895 00000000000000000005b5b87eb70052dc298ab01365ac6005e4419e34d62afd 3,219 1.00/1.00 vMB 21
778,894 778,894 00000000000000000004025bb779e3908bb684a6b0c5055790f2c94047d0c73f 803 1.00/1.00 vMB 5
778,893 778,893 000000000000000000029f6ea978213f829ee40d9f75bd89bf3c8c4fc2afc94c 1,833 1.00/1.00 vMB 13
778,892 778,892 0000000000000000000629686046cb4fcb3fd2e60a7aa9d0fd59177e26bf7f26 2,219 1.00/1.00 vMB 14
778,891 778,891 0000000000000000000095913f78a2f923c11d09b9e5bf83b69a52a39abc8730 2,933 1.00/1.00 vMB 15
778,890 778,890 0000000000000000000099bfbcb95fbd6038794772e2a93cd91364aced376d6c 395 1.00/1.00 vMB 2
778,889 778,889 00000000000000000005a7a37df8d6203940acfaff423e9316435a28e8f9cd95 1,326 1.00/1.00 vMB 5
778,888 778,888 000000000000000000063b9b831d005ff8e75b0a1ee8238bebf348194c1e50ed 2,288 1.00/1.00 vMB 12
778,887 778,887 000000000000000000018f9286c8fc07028fac720b9f65e23266dcb5822c0686 2,577 1.00/1.00 vMB 11
778,886 778,886 000000000000000000039b9526238c787310294de0447d58b8878dbc6074242e 3,535 1.00/1.00 vMB 16
778,885 778,885 00000000000000000000bff545760f5a174fa2af495c8e0e1227525898256bd3 2,956 1.00/1.00 vMB 14
778,884 778,884 00000000000000000002e03ccc07a19c36126d1da94974096896496ff221926d 3,131 1.00/1.00 vMB 24
778,883 778,883 000000000000000000008b75ede902dfc2ce281a4ef29ba23dd3ace82d2ae424 1,383 1.00/1.00 vMB 4
778,882 778,882 0000000000000000000127d461b9e6d70fa5dff84ef2802729e69b67589267db 1,912 1.00/1.00 vMB 12
778,881 778,881 00000000000000000003c68c56cb51d0e25a39663570d8f8fb5f03f9a0b8781c 2,143 1.00/1.00 vMB 11
778,880 778,880 00000000000000000003e17a450e340700661d034b7398de0cfcf052e3f31ccd 1,127 1.00/1.00 vMB 16
778,879 778,879 000000000000000000002f8d41aa5f6a5fdf236c9c900a4d5f2cf8c39e5b35dd 2,411 1.00/1.00 vMB 21
778,878 778,878 000000000000000000042aaba6cca464e9b0b2e336cdaf848103b867a74eee52 1,918 1.00/1.00 vMB 28
778,877 778,877 000000000000000000013ef2cb6a8636ac3aa860626d6580f3ff9eaa3889dc6c 2,440 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.64 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: 672.39 GB
    • Received: 16.22 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.