Loading Tool

Explorer IconExplorer

Memory Pool

30,737 transactions
17.08 vMB
0.04155633 BTC
Random Selection Loading Transactions
Max Size: 92.17/200 MB

Candidate Block

Mining Attempt 162bdfeafa27c0eb2952346ac11963bb36cd7f05f6cde057f9b7aca8f401397f
Version 20000000
Previous Block 0000000000000000000157985ae5e218ec435eef53db9d5e47bda7e17dfc1bdc
Merkle Root 87b53eec2522dcf292a481ac4ff94057f5fdbaf9de46c39e07d40ce1a3f02ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.00986006 BTC
Feerates: 151.12 > 0.99 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,163 (827,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,894 86,894 00000000000ba94e077d86d034dbd3d3b33bcd01aaeff91d00d374f31107c591 4 0.00/1.00 vMB 0
86,893 86,893 00000000000545f3b3b9583e64e447a428acd0b8338984fdaa65fdd943ba8355 7 0.00/1.00 vMB 0
86,892 86,892 00000000000767174291fd385dc5235269f23cb9c84df28b3ad89edf6e78722c 4 0.00/1.00 vMB 0
86,891 86,891 0000000000111a36ca6bba23cf3c4c479960df7c3f52e15662e5feb09733c2c7 2 0.00/1.00 vMB 0
86,890 86,890 00000000000d7b3dec09e0edf874013da6f49ffc502ae859f93c43f2ee75adca 1 0.00/1.00 vMB 0
86,889 86,889 00000000000b46f0db96313de01b8d3f898a451f6b2a62d04c1f481569174714 5 0.00/1.00 vMB 0
86,888 86,888 00000000000dc36caaa3b725f5da83f0adc9bbcfcf960ffd53aedadbb2c8e319 8 0.00/1.00 vMB 0
86,887 86,887 00000000001c714176da258c8a57be02f77898226626783a25626b05918a957b 7 0.00/1.00 vMB 0
86,886 86,886 0000000000054ac0e33d7bb8f2de9cc18e130ff8455aa074d5ba5a11b00abdfb 3 0.00/1.00 vMB 0
86,885 86,885 0000000000006f0e067092e0e4e1490c10a10873cc3e7bf3be413aeca18b0275 3 0.00/1.00 vMB 0
86,884 86,884 00000000000d90cc48d8fbab09bbd1420f41f6002704aa1f5e25ac04af3f67a5 4 0.00/1.00 vMB 0
86,883 86,883 00000000000d3d8edcfffd2a8407f15013a6244312ce5c888c9987fe031cafba 1 0.00/1.00 vMB 0
86,882 86,882 000000000015d797c8c3784c089d08bb872a79ea18481cd3c163bef08a048f1b 4 0.00/1.00 vMB 0
86,881 86,881 00000000000f4f54879412383860dc2acfb6b139b9f71ed963ab3508b50495f4 3 0.00/1.00 vMB 0
86,880 86,880 000000000009e72d314ccfef496d12ce1d25b0b4c85847ea91b5626e133f84d7 1 0.00/1.00 vMB 0
86,879 86,879 000000000001c86821b1c231871024b38e838140a6bd75621cfcacaea4e96629 3 0.00/1.00 vMB 0
86,878 86,878 00000000000d5f1e3bbd7e9e0d709c91eff39494affb0194e9798151ba5ba870 2 0.00/1.00 vMB 0
86,877 86,877 00000000001bc94922765880a3aadb83245d805727c5ca23ddb3227eef70d6de 9 0.00/1.00 vMB 0
86,876 86,876 0000000000173e9bab0a7f19b976a4633834e07a63b1519b413c7990a5a12e9d 10 0.00/1.00 vMB 0
86,875 86,875 000000000011d0d5c7da692a1afd6eb6994f5a03f8d2d87aa9e9fc12f26a0b2f 2 0.00/1.00 vMB 0
86,874 86,874 00000000001b97f41396c057d762d93bff544c593295bc129ddc018eba14ac0a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 565.63 GB
    • Received: 7.65 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.