Loading Tool

Explorer IconExplorer

Memory Pool

80,045 transactions
30.16 vMB
0.08521915 BTC
Random Selection Loading Transactions
Max Size: 181.61/200 MB

Candidate Block

Mining Attempt ed86197b047424a71b23521484eeeef5abacb7c24374062075718f0b73b99ad0
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root fe2559f12ac9ce8a8afb21f9106be4d5767ba2389225a5b346ff89b1a64e9ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02080698 BTC
Feerates: 150.45 > 2.09 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (277,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,022 638,022 000000000000000000080663198d176ff63ddad09639c72a013d34375fedaf87 2,935 1.00/1.00 vMB 20
638,021 638,021 00000000000000000010ce46fa679a719a574647618efe4ee331cea7c35878bc 2,529 1.00/1.00 vMB 24
638,020 638,020 00000000000000000001b722a755786c865fcb3e6f78e1731c9d35b54a3cc02b 2,144 1.00/1.00 vMB 22
638,019 638,019 00000000000000000010f84362279d81f491e4b22f21a506e77177342912f114 2,742 1.00/1.00 vMB 32
638,018 638,018 00000000000000000007999dd7e6780aca01048127f70b7e3a4f3f84d9168df6 1,825 1.00/1.00 vMB 29
638,017 638,017 00000000000000000002575f54c414dde52b449a5c24232722f953c15c3e36ea 2,721 1.00/1.00 vMB 31
638,016 638,016 00000000000000000003ac9e9e9e840f3a35607ed382ca3cbe9ffa4fd23a4910 2,732 1.00/1.00 vMB 26
638,015 638,015 00000000000000000002123621a0882a53bebefec077992156e9a5d2339e9c33 2,327 1.00/1.00 vMB 25
638,014 638,014 0000000000000000001199c0c40195045532d8de8cde8e9507bddc09955a4fcb 2,651 1.00/1.00 vMB 38
638,013 638,013 0000000000000000000767fdf24c330bf73bc51f83267a42b20e1ead344a08b5 2,368 1.00/1.00 vMB 27
638,012 638,012 0000000000000000000e22d4665a68cc6b19d64fbc4ed859a6de95baa8ca1338 2,630 1.00/1.00 vMB 34
638,011 638,011 00000000000000000002619e1aea836d6ff66db2b5b9f130e50d74e35871a87d 2,534 1.00/1.00 vMB 32
638,010 638,010 0000000000000000000dee3e390afd82c0f975579274f5895f54831500b2f73a 2,756 1.00/1.00 vMB 31
638,009 638,009 00000000000000000011626dd48b5a29520caadfe643add11c62b0fd15fcf9e5 2,502 1.00/1.00 vMB 29
638,008 638,008 000000000000000000091ab48ecbcce6bd52dc37f138a1a841dc9545c379e915 2,806 1.00/1.00 vMB 35
638,007 638,007 0000000000000000000c1da00c78ba19a8c91d0d4bf1dbb2198205a15ea97ffc 2,929 1.00/1.00 vMB 46
638,006 638,006 000000000000000000009c835e2e13018c283c0f9aebf4eb2e22b2a9396e7ff8 2,620 1.00/1.00 vMB 23
638,005 638,005 0000000000000000000a9063015ca77b408d58b1b619f8cc566b7e9e669edc03 2,704 1.00/1.00 vMB 25
638,004 638,004 00000000000000000005f9a8ea3ab3976b0f1a11762cdc06b2c0b9279c5ee86f 2,695 1.00/1.00 vMB 36
638,003 638,003 0000000000000000000f33257c8c19f65971f25e388c225202fbce84287c045d 3,231 1.00/1.00 vMB 22
638,002 638,002 0000000000000000000d6505fd18870239e2cf2ab3699e45e56c3440f3c7bec7 2,615 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.69 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: 687.69 GB
    • Received: 16.49 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.