Loading Tool

Explorer IconExplorer

Memory Pool

78,153 transactions
28.84 vMB
0.08070960 BTC
Random Selection Loading Transactions
Max Size: 175.52/200 MB

Candidate Block

Mining Attempt a7f2157ce97b9b5836b657bde038bf848388382f5cd7c2633a18454a611af000
Version 20000000
Previous Block 0000000000000000000173e04047e2fe39105b58a1ecaf148a4d5ecb3621b13e
Merkle Root 7827a9a711d80f21678ce22099c1d177e2d8574217642aa212002f2754b97ab2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.01743268 BTC
Feerates: 100.36 > 1.75 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,600 (914,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
955 955 00000000ad13c8f434895ab7d6773e07b7e1110bd4165a2335376d0563a0e735 1 0.00/1.00 vMB 0
954 954 000000007193a7d412482a8bfe194e2bcb5f1b0b5c5c4582e0435ad162095062 1 0.00/1.00 vMB 0
953 953 00000000b61bf949bddcd48b7c4eadac2972f604e22f9b34be942cd84925b6cf 1 0.00/1.00 vMB 0
952 952 00000000519c816ef1879837adb619b12b6e46fc306fe53deb7862e7131aae06 1 0.00/1.00 vMB 0
951 951 00000000040354dfe4ac02f4f8055b93adfcc36eb4617643e305f08e02f2edb7 1 0.00/1.00 vMB 0
950 950 00000000d49a9c4ff3bd924b3f0b083b5169f2dd327090f205d155f76d0e8fec 1 0.00/1.00 vMB 0
949 949 000000005eb3d7fa23603142c9981fb12269a00616eeda1c7657076fd4fc1480 1 0.00/1.00 vMB 0
948 948 00000000721d433c05a77906cac3261bcfb79b3ce3db11cee016ba1a05e878f1 1 0.00/1.00 vMB 0
947 947 0000000052e8defdf229e53f422755f9c4a9a9f031d8caad0fb64f285ad186f6 1 0.00/1.00 vMB 0
946 946 00000000dc9198f0e49f7af2f4d78c935dd3f4523d9a88d1c938bdd448337edc 1 0.00/1.00 vMB 0
945 945 000000002ca3ef739f7e4769c44c29541b6796d5126c2fb7336a2a0add11dfd9 1 0.00/1.00 vMB 0
944 944 00000000121b7be05ecb69f74ade200b8d90f39791865064b1c1bf14c22cade7 1 0.00/1.00 vMB 0
943 943 00000000e9a0e6f8f08cc1ac6198e3ea633bce375316c3d593a6654ec7e08b2d 2 0.00/1.00 vMB 0
942 942 0000000002edf896a1d087514c37b37680e1e9d93058bd6fab49711169a2a79b 1 0.00/1.00 vMB 0
941 941 00000000fa3c04695a819bb5ddcbe4b06c0943c659ad2690f6dcd60e2a0e20f3 1 0.00/1.00 vMB 0
940 940 00000000b9583a2efab8ac0f1f19d2f1d737e1e2b1c6672c88778099afd5a15f 1 0.00/1.00 vMB 0
939 939 00000000163e0be930c1049da5864c0e6b38a68df9938539e32fd57b2e14ba12 1 0.00/1.00 vMB 0
938 938 0000000065f9ca25c3ea505c3913a71ccf0cfe9476c6ed643ad63dd22c074fd2 1 0.00/1.00 vMB 0
937 937 00000000581de2600b068e5bd207e7471fa4e9cacb51341a1217be0a8d229905 1 0.00/1.00 vMB 0
936 936 00000000f2e21ad000b8ab779c729d84691415c6197230b82fb7b6e9e3f8faa2 1 0.00/1.00 vMB 0
935 935 0000000098ad8bb8446cf0314ac1999c8e9df878128d8f29b16c554134085915 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.43 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: 770.55 GB
    • Received: 19.93 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.