Loading Tool

Explorer IconExplorer

Memory Pool

36,003 transactions
25.64 vMB
0.05733554 BTC
Random Selection Loading Transactions
Max Size: 131.21/200 MB

Candidate Block

Mining Attempt 31ae9a0885a13dc1e7c26683b38af3eed5cc7c8fd561b7750374419c7b032b93
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root c5105c5feb1cf7490ccced8452707f1d12677d06514c6c389ec5d9cc0e149b2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,496
Size: 1.00 vMB
Total Fees: 0.01038163 BTC
Feerates: 170.89 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (461,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,102 453,102 000000000000000000acf02532978dc61949fe142257970a38048309bf80631b 1,600 1.00/1.00 vMB 100
453,101 453,101 00000000000000000242073c814fc949f5feec1fbd82b3f3c566db5b5b6cb058 2,394 1.00/1.00 vMB 132
453,100 453,100 0000000000000000028e3233f8a0dbdfec86b1ad4bfc25d890e04122b2929894 2,080 1.00/1.00 vMB 89
453,099 453,099 00000000000000000268b41f4b243087763bd242ce0e39c564a8ac85b6f36680 2,371 1.00/1.00 vMB 93
453,098 453,098 0000000000000000019a37f18f072c21f6075400d8f9f5f261eebee95355a171 2,095 1.00/1.00 vMB 77
453,097 453,097 000000000000000001b14d0753a63db9b8e463d0c96aa7fc0b37b785f8d0694e 1,620 1.00/1.00 vMB 88
453,096 453,096 0000000000000000017730b4165cfb00c0d22c2eaac959d9580a42bdfbaa27ed 2,141 1.00/1.00 vMB 71
453,095 453,095 000000000000000000a62fb03c36ecbe26ab4523447e5c9e138541ec827762b9 2,547 1.00/1.00 vMB 142
453,094 453,094 0000000000000000008a698ad3ca4905c10847f961f82e94bfa28ded5696fc65 2,399 1.00/1.00 vMB 85
453,093 453,093 00000000000000000243975ce0bd6c24581d3805faaf9dc49e8801d1b711ad23 1,907 1.00/1.00 vMB 64
453,092 453,092 000000000000000001045492cf8a001d3e1402406af438d81d4ad7dea2d48b65 2,120 1.00/1.00 vMB 98
453,091 453,091 000000000000000000fc0d939717203690cd6d21fef14a8a635d0317ff111e7c 2,965 1.00/1.00 vMB 170
453,090 453,090 000000000000000001b614d33715ba0b3ab810c829a2ac09febf6ca681b258a8 2,405 1.00/1.00 vMB 95
453,089 453,089 00000000000000000123e038c4f38060d0883eda3ff472c1ab84a658e9ae6de1 3,443 1.00/1.00 vMB 75
453,088 453,088 0000000000000000017556ca9d93173b9092942e5f1189ea8790c4dd092056fc 2,962 1.00/1.00 vMB 82
453,087 453,087 00000000000000000059cce43a936055c33f9852d68ea9e78cfd99e1191e703f 2,330 1.00/1.00 vMB 95
453,086 453,086 000000000000000000103810ef72f874c28550383361bb4a31cbf81cd0b75f03 3,045 1.00/1.00 vMB 80
453,085 453,085 0000000000000000010a720e6d5dd97a7b4fa7f164f59d85f19d9f4034652a24 1,866 1.00/1.00 vMB 75
453,084 453,084 000000000000000001059d7612335fdb23fd72335634de534f8f9cf81e08fe97 2,091 1.00/1.00 vMB 98
453,083 453,083 00000000000000000001d5e72f63f7a2fa3bdf15b4b47f0d3bc76596fe29e25c 2,455 1.00/1.00 vMB 148
453,082 453,082 000000000000000001f94bbd87aeff0c72f8fe3fc1374af412a194643e24cbed 1,922 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.