Loading Tool

Explorer IconExplorer

Memory Pool

72,952 transactions
28.17 vMB
0.07250857 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt 6799e83311784d47e11a4803b514559455affdd74f2772e30928d01309f994c1
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 2a3e70f1ac64033815e89d1dfb7a1a95ee4fa7d63a092c123b9dff74ebf186cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,133
Size: 1.00 vMB
Total Fees: 0.01614939 BTC
Feerates: 157.46 > 1.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (257,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
657,998 657,998 0000000000000000000c84edb9d8f1786909d637071dbf7edfef6c2ca8fbf663 2,221 1.00/1.00 vMB 20
657,997 657,997 00000000000000000006c245bd78b4287f097ec1dde0e9ac14f5f6d2c29eca87 1,661 1.00/1.00 vMB 38
657,996 657,996 000000000000000000016515f0472fd04602db85f7acc68f1e46c5e17ade5dbe 2,271 1.00/1.00 vMB 65
657,995 657,995 000000000000000000082622e4e2c17c3e6de5c20decef4a2fe9d6dbd7d5897e 2,554 1.00/1.00 vMB 31
657,994 657,994 000000000000000000041cbcd1557a8dae1e50825aa31572cb777ca0fe25b086 323 0.26/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.