Loading Tool

Explorer IconExplorer

Memory Pool

32,521 transactions
25.14 vMB
0.07086065 BTC
Random Selection Loading Transactions
Max Size: 126.43/200 MB

Candidate Block

Mining Attempt e22bbcfa31c74d01ea80ed67d0873d57fad24391e2af2da69441cfba943c1d92
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 4c9ee8f1abf0cd3ce508d9fa700727caf6c74964b36719d49247c18598bc8989
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,910
Size: 1.00 vMB
Total Fees: 0.02338206 BTC
Feerates: 100.60 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (99,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,925 814,925 00000000000000000000303069397c3a110307b814a15326cba0a24b165c42e1 2,866 1.00/1.00 vMB 16
814,924 814,924 00000000000000000004641f85209408d0002b262106880323e10c8e1873acd5 3,159 1.00/1.00 vMB 24
814,923 814,923 000000000000000000002257e5b428a5979c4a43a1638bb8762c331959e1af9c 3,155 1.00/1.00 vMB 26
814,922 814,922 0000000000000000000221ce7e43028c690783a79d19c16f16482a3dad2f741b 5,290 1.00/1.00 vMB 5
814,921 814,921 00000000000000000000ba3ee84618040f0c05f72ae52ac343691863ab7b1eb0 2,376 1.00/1.00 vMB 13
814,920 814,920 00000000000000000003121c1b2eac6026bb4454f505597ae62672b50ba2b24c 899 1.00/1.00 vMB 6
814,919 814,919 00000000000000000002ca975c3e1b3e7d5275a77ac9c577bdadfcf5e281026c 3,985 1.00/1.00 vMB 7
814,918 814,918 000000000000000000045887f89dcb43745a98123b8d60482b8c9ccd73eb9186 1,516 1.00/1.00 vMB 7
814,917 814,917 00000000000000000003b5912cea1b88f25a21495eb7b238ce0a24ecbd63a4c0 1,178 1.00/1.00 vMB 9
814,916 814,916 00000000000000000001b74f4b02ed6afca7ae080ee1fb75e212f4736c9d6f96 2,948 1.00/1.00 vMB 13
814,915 814,915 0000000000000000000200c56b7d7c4de4d8c4d9f487cdf4df1aaacbe636cac0 2,404 1.00/1.00 vMB 12
814,914 814,914 0000000000000000000322e70fbc49c0218dc05044506f5c2e8aab19457c2cba 2,239 1.00/1.00 vMB 13
814,913 814,913 00000000000000000003776075203179699e58b188ba2fe67e2fb33091190c6a 2,360 1.00/1.00 vMB 10
814,912 814,912 00000000000000000002ad0415e06c62c864b88ed8e0a33130a04f312f99b5d9 1,969 1.00/1.00 vMB 15
814,911 814,911 00000000000000000003a244d014a7c21b31dc288fe34d6800cd6b410348f904 2,732 1.00/1.00 vMB 20
814,910 814,910 000000000000000000002f69a18f801c11a31a88dee82617a4b72773bf71ab30 1,688 1.00/1.00 vMB 13
814,909 814,909 0000000000000000000181851436bbf75be9fa14050e7880b2a31a22c7d3b1f5 2,389 1.00/1.00 vMB 13
814,908 814,908 0000000000000000000249540e9bc6431037fcabddda7e0ca65a71f3631c0fd5 2,260 1.00/1.00 vMB 17
814,907 814,907 00000000000000000002837688b40b74a1c78b040b64af28eb70ed320740b024 3,406 1.00/1.00 vMB 14
814,906 814,906 0000000000000000000301cce11933d1614d4ce8f4bdb17d79955949bf2cc458 1,288 1.00/1.00 vMB 13
814,905 814,905 00000000000000000003a6921e3dd9674dc0927ca5135e0b0f778cc186871c4e 2,790 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.87 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: 642.83 GB
    • Received: 12.56 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.