Loading Tool

Explorer IconExplorer

Memory Pool

75,850 transactions
28.37 vMB
0.06528429 BTC
Random Selection Loading Transactions
Max Size: 171.84/200 MB

Candidate Block

Mining Attempt 7c8c4b33deaed0f1f0e7859455adc50bc733d22085bd00a8bae181738d1f6787
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 21505c1f2db223717568ce5ff5e43a08ca13552842f5808156ee73fb58719308
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,838
Size: 1.00 vMB
Total Fees: 0.00625648 BTC
Feerates: 40.21 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (323,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,956 591,956 00000000000000000005fa16bbbcddc4e7a9a9ba8bda6304ce11647128926575 2,547 1.00/1.00 vMB 23
591,955 591,955 0000000000000000000f4c6b969b880e4ed3cac2bd670bb2d919176211852505 2,701 1.00/1.00 vMB 25
591,954 591,954 000000000000000000060e2140b33ead7be27af117287769395c98a83a0560cb 2,400 1.00/1.00 vMB 28
591,953 591,953 00000000000000000011f9693bae85195c8f531b31a347b9f0760e94d4c39feb 2,869 1.00/1.00 vMB 45
591,952 591,952 0000000000000000001020faf8a996ca64133689643c6763185141072a14f9f0 2,798 1.00/1.00 vMB 47
591,951 591,951 0000000000000000000886ef2bfbbf4304e755603cece7acba193760657bec78 2,831 1.00/1.00 vMB 25
591,950 591,950 0000000000000000001567174f04d1a5957f5db8314b897c9cab7b89b820b451 2,675 1.00/1.00 vMB 35
591,949 591,949 00000000000000000013792185e9611c515c8593a34738459e190e7092db8d6b 1,910 1.00/1.00 vMB 22
591,948 591,948 000000000000000000016ba3d4f53b18cad67fd2fee607d91bbb6401bf32d2a0 2,739 1.00/1.00 vMB 25
591,947 591,947 000000000000000000138d84be4b7e1bb4967aaf40739918d73ade1ba9a169bd 2,241 1.00/1.00 vMB 26
591,946 591,946 000000000000000000097915ba204b08df1ea7bda8ef26a9448d607a94360c3b 2,877 1.00/1.00 vMB 45
591,945 591,945 000000000000000000078f4cbb3ceae801fa468a5eba0062732e33d8d036dff7 3,025 1.00/1.00 vMB 56
591,944 591,944 000000000000000000042fdb4f38a16a797313b4adf915e664eaf0e7f6d0a7f8 2,794 1.00/1.00 vMB 31
591,943 591,943 00000000000000000016a8f5d928f10287b2bb68c1443a825eb69ad3b21ee85e 2,550 1.00/1.00 vMB 44
591,942 591,942 00000000000000000004f607668ca23c2bdc61d8426b3dea68b324fe031d551d 1,750 1.00/1.00 vMB 15
591,941 591,941 00000000000000000016bbdbc091bdf3f797fae8e544989964e39d489da47f14 2,669 1.00/1.00 vMB 42
591,940 591,940 0000000000000000001176d80a0e556311b1e1d6bd457a6698903901500b5e3d 2,657 1.00/1.00 vMB 9
591,939 591,939 0000000000000000000faffd50c2226ef91afaa33becc7b752caa12cb13525bc 2,938 1.00/1.00 vMB 30
591,938 591,938 00000000000000000002e7e8501b2739405568b6e6e3ba1045aecd531a2c4eb3 2,796 1.00/1.00 vMB 48
591,937 591,937 0000000000000000000aeb23efc89947edffb886f302bac368ee8ca2d7972ac8 3,168 1.00/1.00 vMB 24
591,936 591,936 000000000000000000121d4307521571b910fe2f197e86d13be07a8f5e4bbeaf 1,634 0.54/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.68 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: 684.06 GB
    • Received: 16.47 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.