Loading Tool

Explorer IconExplorer

Memory Pool

47,208 transactions
27.12 vMB
0.06651226 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt fc321bd81ac8666e4035b1413a1d42ed5626e0be9dd4eb387ec8492fb966f16d
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root c3d9b441c3cc70d1fcc0aa0b14fd2e5e6332e2319991333ba0b5d1ddb512b1d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,836
Size: 1.00 vMB
Total Fees: 0.01616990 BTC
Feerates: 100.17 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (273,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,787 640,787 0000000000000000000b78fca36a6fb6da51fcb615d14bb8ecf4636d6a758f8b 2,275 1.00/1.00 vMB 62
640,786 640,786 0000000000000000000719dcc6094cb961d8205b37aab4edfb1839b47a579d03 2,806 1.00/1.00 vMB 76
640,785 640,785 00000000000000000006c2a65d1910be2a6aad10143489a2ad8a102a07d69656 2,897 1.00/1.00 vMB 59
640,784 640,784 000000000000000000061ff1bea29eec5caf478a6bf915c7a5c0353e067a003c 2,637 1.00/1.00 vMB 53
640,783 640,783 00000000000000000006dfe10792d1a961d2eac2ae0fd31c282ebc8804e81fc7 2,612 1.00/1.00 vMB 100
640,782 640,782 0000000000000000000ac8bb87763c19537e863b1804a8f726c9e0e423257d67 1,798 1.00/1.00 vMB 76
640,781 640,781 0000000000000000000b3dbe36af988503d8f474c6293e971eaae3cf018211ea 2,312 1.00/1.00 vMB 47
640,780 640,780 0000000000000000000afa8eeedbdc19ae8025b5558410890d0f2fe1fac20b98 2,084 1.00/1.00 vMB 32
640,779 640,779 00000000000000000008dbb7fd8a6754b9211dea406e3a41c7cd7ecd8f841d2b 2,671 1.00/1.00 vMB 54
640,778 640,778 0000000000000000000fbaa5b6ab429b7345374d55c376e827212efc6435d914 2,812 1.00/1.00 vMB 51
640,777 640,777 00000000000000000002a3fca322dfeb5259056d759cf72aac26c9e22c9f747e 2,744 1.00/1.00 vMB 78
640,776 640,776 0000000000000000000c4de6536e46bcd0ec994d4ddfa484ed0dbf84cf6ee742 2,485 1.00/1.00 vMB 90
640,775 640,775 0000000000000000000925c8e0980d8743a184af5198aad3eec1d3f0c91ab261 2,832 1.00/1.00 vMB 130
640,774 640,774 0000000000000000000bcfeffa5d5b72f34a7ec000158f9f56b03cb3fbcc418a 2,788 1.00/1.00 vMB 81
640,773 640,773 0000000000000000000295103e0c674c7a55ddd2d28220512f656d43af52c21c 2,898 1.00/1.00 vMB 74
640,772 640,772 0000000000000000000e872f8c30509cc869454dfab8ddb4f471f37fbb949031 2,672 1.00/1.00 vMB 72
640,771 640,771 0000000000000000000de4925f6840fb10bb1ae878416ab90bc77d6bb45eee3e 2,567 1.00/1.00 vMB 54
640,770 640,770 000000000000000000010e5e4e342f9b667351eaf29b9a69f994853a06bd45cf 1,946 1.00/1.00 vMB 80
640,769 640,769 000000000000000000070755a68211f612c5fd337203efa1fa660349b78d6f83 2,521 1.00/1.00 vMB 106
640,768 640,768 000000000000000000080144be3761c507577e8aee18e374a33abbf1f38e7024 1,827 1.00/1.00 vMB 58
640,767 640,767 000000000000000000010af6ddb4ad9ac644133a8be44a317338346ce2d92968 2,608 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.