Loading Tool

Explorer IconExplorer

Memory Pool

14,922 transactions
8.61 vMB
0.02628423 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.25/200 MB

Candidate Block

Mining Attempt 81b4cf8b24fb84f4b34b03d3d2b3227cc862651efd918ed81134420594b3cdfa
Version 20000000
Previous Block 000000000000000000011bab8835206eaca3c4ef5c316158790f9562b53d7feb
Merkle Root b731bbf766b18c55a295cf12c0b34607fbc2d1e6cb15ee42637f2db83b3bf007
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.00786879 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,374 (781,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,010 132,010 0000000000000c2064964961befcd6f0c2fa0f2a8cb5ecee29fb1a2d5b895082 21 0.01 vMB 1,185
132,009 132,009 000000000000006af5963b926a21d863358077d54e6710e811b7cc6b54d6e42f 33 0.01 vMB 22,398
132,008 132,008 00000000000010ca5ab06932ee80cca03c9a5d471303ce837130063592146678 9 0.00 vMB 553
132,007 132,007 0000000000000bf81df6c7beeb3fb574bfb26fb4060b3510396dc6a1dfbd84a3 13 0.00 vMB 276
132,006 132,006 00000000000007e84954628706b032b10797d29a03491a84ad21f71480f06e3a 15 0.00 vMB 1,611
132,005 132,005 00000000000007f141d7676a8d7b2fd974170630cb1d7a1b60e5e63585a9def8 17 0.01 vMB 224
132,004 132,004 00000000000006db6e6e828ff96f0a7ee5b0c33cb8563e49f5fce9a8aff5606b 49 0.02 vMB 588
132,003 132,003 00000000000008277d31e6c1c4bd0934003333ff16c061394a52a9fc1bceddb5 23 0.02 vMB 51
132,002 132,002 000000000000072939bb52eb1d843659d84aa902f2659b5665f81eeb22993f1f 58 0.02 vMB 733
132,001 132,001 000000000000029054ecc6a343125f6f526f774c7189caad04bf299124acc2a3 26 0.01 vMB 459
132,000 132,000 00000000000000a7a0483857f0d951983ff2834a47c38fdcc22563ac0f8f707b 15 0.00 vMB 1,494
131,999 131,999 000000000000025d73d4c391fe9c76072b40e7ac0f62484332b8f7d57be0237e 7 0.00 vMB 1,262
131,998 131,998 00000000000004c56bc58a37424b79c28f6b97cf7988082ced51b165cc4ffe53 163 0.05 vMB 155
131,997 131,997 000000000000060c631d74547fe0ab596b54440403ce86bba8bf3a405fdf4984 130 0.04 vMB 151
131,996 131,996 0000000000000079431dae3e2079e70743f413cb880492aeb6dfab943a941f3d 15 0.01 vMB 1,651
131,995 131,995 0000000000000af8cf2267d944c5de65e59ee0f1ea21d530d77976ffaf009544 47 0.02 vMB 382
131,994 131,994 00000000000011c2bb1b5ad0bc826f04bfb80013a6653e47920c73efc219c50b 12 0.00 vMB 334
131,993 131,993 00000000000009cc649a268afc4e6712549cfb13a01d133e0b6cb181d0c18993 18 0.01 vMB 337
131,992 131,992 0000000000000f90fd635be25d14633e56df595f0c553f4c5405d5d78269db79 25 0.01 vMB 97
131,991 131,991 00000000000003d41f4e3d3212a1c185ee46047f384e360b4070eb069fac9bae 47 0.02 vMB 231
131,990 131,990 000000000000070089069d18439b4b59bd328973710bc57a5ffaad095b1cd32f 72 0.02 vMB 22
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 106
    • Outgoing: 10
  • Data Transfer:
    • Sent: 212.67 GB
    • Received: 0.80 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.