Loading Tool

Explorer IconExplorer

Memory Pool

79,884 transactions
29.84 vMB
0.08090272 BTC
Random Selection Loading Transactions
Max Size: 179.09/200 MB

Candidate Block

Mining Attempt 7c5e3f425bd1e826d1ac9ab250ed25604b956b12628fa2510a58fb95102c64da
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 9908b457effbfd6eb46874861a59d22f996fe78c787c58fdc9931ab2389b9ee4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,688
Size: 1.00 vMB
Total Fees: 0.02003993 BTC
Feerates: 100.29 > 2.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (256,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,019 658,019 0000000000000000000a28f423796d3ad2cad7661cbd12852a7fd4dfa7650514 2,773 1.00/1.00 vMB 55
658,018 658,018 0000000000000000000c1f74bca28863ac91578b500ecae9dda8cec17e6a1bf8 2,761 1.00/1.00 vMB 43
658,017 658,017 0000000000000000000577637dc76f419ae725fccc90841550775b06a49f736c 2,578 1.00/1.00 vMB 39
658,016 658,016 0000000000000000000bddcdf0cda602275028da7dffc0174fd9e6a5f0e7a6f2 1,307 0.57/1.00 vMB 29
658,015 658,015 0000000000000000000bfc0685f30e0150a199c8c0bc77b906e0da69b17664db 1,221 0.44/1.00 vMB 35
658,014 658,014 0000000000000000000baebc1f28d1fca20b10acb049f44e557ac959d737b4a7 2,111 0.84/1.00 vMB 7
658,013 658,013 0000000000000000000990bf96cb2484a5a50c2cbcd095db90451f87cff98a73 2,462 1.00/1.00 vMB 44
658,012 658,012 0000000000000000000a4ebda160e1717b19bcd1122857a3839e2d4a3c7f39e6 1,576 1.00/1.00 vMB 41
658,011 658,011 00000000000000000004ce4f570fd4a8c6a2ac2200f523a6c425ed2afd46877d 1,408 0.50/1.00 vMB 25
658,010 658,010 00000000000000000005bf636ee62f443ee38340cfed83b403e75667572b4976 2,827 1.00/1.00 vMB 31
658,009 658,009 00000000000000000002efb7be435189d673958b0fa927c037f95ee1e46e37aa 2,382 1.00/1.00 vMB 30
658,008 658,008 000000000000000000041372752d4f314f62cb35331abe31d3e32b2cb3c9af8a 2,565 1.00/1.00 vMB 49
658,007 658,007 00000000000000000003bd252db3c744567966060914884268074c4a15f5db5d 1,277 0.50/1.00 vMB 31
658,006 658,006 000000000000000000065f91d98d67ce4df34e2d7ab6dedb7d98efb240804310 2,511 1.00/1.00 vMB 35
658,005 658,005 000000000000000000038425338c088a1c724afcf20f426c348a803f96043e39 462 0.20/1.00 vMB 6
658,004 658,004 00000000000000000002d332f92625f396125befa34aae891d5b5b2897f67278 2,605 1.00/1.00 vMB 36
658,003 658,003 0000000000000000000fea9c57b1d5ba641729ea71351b6ef1b1ed97ed8226c8 1,345 0.46/1.00 vMB 27
658,002 658,002 00000000000000000004c0c1fecdddacd642aef1d08af599db65d46f4a040d29 2,497 1.00/1.00 vMB 14
658,001 658,001 000000000000000000031a6a2b2290759a0849c9d381af8d0df08038226e98f2 2,477 1.00/1.00 vMB 34
658,000 658,000 000000000000000000086ec6c62d2add3a905f02162a57959e97868c797d1921 2,751 1.00/1.00 vMB 61
657,999 657,999 00000000000000000006cec1d567647b8c47e0aa979e0b0bb85ea00e2466b16a 2,305 0.93/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.