Loading Tool

Explorer IconExplorer

Memory Pool

48,391 transactions
27.97 vMB
0.08078116 BTC
Random Selection Loading Transactions
Max Size: 148.36/200 MB

Candidate Block

Mining Attempt 3fb3005f34aa4f3c810c1a98e4dcac5deddec7eb01b190491868460f1e6af9b1
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root d1870b26f85bec1b0570cbfec7a913cbe69d20a3447fbf0949758cd3c5a3376a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,774
Size: 1.00 vMB
Total Fees: 0.02522049 BTC
Feerates: 318.30 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (185,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,010 729,010 00000000000000000000ad788819b3c26d3c520888cc6b67e6efd82960e82e2b 2,461 1.00/1.00 vMB 14
729,009 729,009 0000000000000000000754877a61b03af29c137c3dc6436a7e681b2ddd22c9eb 2,211 0.86/1.00 vMB 9
729,008 729,008 00000000000000000004c69c8fb9baf383cf58ae53b03067a08e1ebc193169b6 456 0.15/1.00 vMB 9
729,007 729,007 000000000000000000028cb1bf86afc1f6e8c1272e1aae7e12dce5ed41e32c40 1,882 0.74/1.00 vMB 8
729,006 729,006 00000000000000000004ee53450fd7bc30c90b8b6a50cd36e1ab6016e21ce960 1,976 0.93/1.00 vMB 5
729,005 729,005 00000000000000000000193e69c41ef3dd991786e51b8201f84b9dfe571c600d 1,897 1.00/1.00 vMB 10
729,004 729,004 000000000000000000082bedee2e3332bdf4b60349b77f1f1e217651ed546ed7 861 1.00/1.00 vMB 2
729,003 729,003 00000000000000000001f9b78651670a139b4aafc5e9505d458e557935126fda 2,047 1.00/1.00 vMB 5
729,002 729,002 0000000000000000000430807d974fcbb5f17b71a244607b50a62aa83150c31e 2,570 1.00/1.00 vMB 7
729,001 729,001 00000000000000000005916596e83f049cd3333d60e4f37d974314c120fa107f 1,981 1.00/1.00 vMB 10
729,000 729,000 000000000000000000039b366d32b309ac2b6f092368b351d1c48b4f8342a7e4 2,954 1.00/1.00 vMB 16
728,999 728,999 000000000000000000057b4e041f10b6e013f0f2b752d3a121a2a2637ec32396 2,035 1.00/1.00 vMB 4
728,998 728,998 00000000000000000004cb90a96762dc909a54e0e3753fce271824826fc353c2 2,460 1.00/1.00 vMB 12
728,997 728,997 00000000000000000001b681bfc63856db58ecc013ea25f9a9121af08ec78161 1,268 1.00/1.00 vMB 12
728,996 728,996 000000000000000000079683c7fd6c4753a8f7d01b28b56d8e4acd89f5f75fcf 2,278 1.00/1.00 vMB 5
728,995 728,995 00000000000000000007ef8f9c52b916352b88294d18091cb2ebbc8f25cf49c7 875 1.00/1.00 vMB 8
728,994 728,994 000000000000000000074e58d0ec457f4ab9b9e9095e48b989c2ba495676dc3e 2,291 1.00/1.00 vMB 10
728,993 728,993 00000000000000000009a3bf430fbd41708c1c5c547b0a7e70ff6ad887bdd4b8 2,281 1.00/1.00 vMB 15
728,992 728,992 0000000000000000000047025f4bffd0e44b3d9baafa2a038270d1e64cb7d30e 1,264 1.00/1.00 vMB 7
728,991 728,991 00000000000000000009b97664c2ae1cef1901bba1beff35860b55e48fa188fb 1,239 1.00/1.00 vMB 2
728,990 728,990 00000000000000000001caea10e8edabe8324f97757ee03cc578c055e98c1a1b 1,209 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.