Loading Tool

Explorer IconExplorer

Memory Pool

77,585 transactions
29.04 vMB
0.07936001 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt 99a87eb2ec78d123333d171fcf49a0b93443c869bd4bce5165665b60ec50d93c
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root ae8d4d9f70d43e9328846220cad5bdc3f5fa80fcd0176e57553c340ad613b20d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.01878255 BTC
Feerates: 302.06 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (369,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,016 546,016 0000000000000000000224772a81bb716ddff2144d35b8fbc487fc6cc44eb55c 1,164 1.00/1.00 vMB 58
546,015 546,015 0000000000000000000d0123ed76bb86a19df312162da1d5cc28ff8d356eae8e 740 1.00/1.00 vMB 64
546,014 546,014 00000000000000000019148f4b4cab43a6113af7cbebbb7ea2804d392c174c08 2,687 1.00/1.00 vMB 18
546,013 546,013 000000000000000000125a5e6914c4893bd973853201914659c3bfe0c1e4872d 2,264 1.00/1.00 vMB 9
546,012 546,012 000000000000000000257dc83fd9d5273e707b1a638d17f830e96dd06b6315b8 1,407 1.00/1.00 vMB 4
546,011 546,011 000000000000000000149e1862f16cc7070fc2407beb22d10885bd3b147ac0a1 2,837 1.00/1.00 vMB 15
546,010 546,010 00000000000000000008eb4b26e16c71b1a6b3f255b50d42d890792350a942d9 2,710 1.00/1.00 vMB 22
546,009 546,009 000000000000000000123eae9243346ab7e254fdcf8de05f718d27de56087cfe 1,103 1.00/1.00 vMB 9
546,008 546,008 00000000000000000000b85c57901a5ac93bdee23c127ffac786770cb9642e85 2,187 1.00/1.00 vMB 12
546,007 546,007 0000000000000000000ec81a37d9609a9b33519eb6625fec69edeb04367d64db 1,369 1.00/1.00 vMB 10
546,006 546,006 000000000000000000056fec35e9d970d0077f5513a89b5286c86a70bb315ced 2,685 1.00/1.00 vMB 7
546,005 546,005 00000000000000000003b0adaaf81c7d245b0d8f7fb2a2eea6c0b3dc0a321c88 2,672 1.00/1.00 vMB 12
546,004 546,004 000000000000000000231a8ded6eb82a4f0167cdf461a8fef40c95896386a3b0 2,341 1.00/1.00 vMB 29
546,003 546,003 0000000000000000000b10e85f1a30f92dbc184de1244f533d12091876959828 1,554 1.00/1.00 vMB 4
546,002 546,002 0000000000000000001b4dbbe51c0599fa29aec9360d1c01b4877b7e7cdcf31d 2,048 1.00/1.00 vMB 10
546,001 546,001 000000000000000000007a843f946fc4ded3fbcf1a1e702eb6fa8d52fcfb561d 2,458 1.00/1.00 vMB 19
546,000 546,000 00000000000000000005dcf0f9fd8a99d8d2f0f03070bf882ca0978fe289e556 628 0.39/1.00 vMB 11
545,999 545,999 00000000000000000007f16f24ff41af6aec05ba4bdc185efea798895d06ca39 1,070 0.69/1.00 vMB 6
545,998 545,998 000000000000000000014fcc4fac92be8524d6144133149e109e0252b087ea77 2,307 1.00/1.00 vMB 24
545,997 545,997 00000000000000000021c389357909c3a2500be05b69abaf10ae8f0c8ae4b1a5 922 0.49/1.00 vMB 11
545,996 545,996 0000000000000000001d71b4cda649763d7c1bad81ed4161a610f044744230d5 1,220 0.77/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.