Memory Pool Memory Pool Refreshing

8,810 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (811,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,806 96,806 000000000002ac4d5f0639aa2556441291935a9a04a11d6bb943c17e54e93c71 0.00 MB 1 0
96,805 96,805 00000000000533d6712e0048ee1c964d9eda35a19fcae7ba23d3eba37e040737 0.00 MB 1 0
96,804 96,804 0000000000020398a5c29102a56f26fda776089ccf6d5fffbc3f3112654c6361 0.00 MB 5 0
96,803 96,803 000000000003841a1a495dd4dc419b4b5c596191b34b12b571b8bf1a7988c6a8 0.00 MB 1 0
96,802 96,802 00000000000529f8d0378e9263615fa549d538a1c934333aba4f579a42d4080c 0.00 MB 2 0
96,801 96,801 000000000000a4ec5372a8da5aab64355fccf19ffe8da3266f1347cc9bcc3904 0.00 MB 1 0
96,800 96,800 0000000000053d79c4b7b757341e50faf2af99fdd62421306f777e09f5e06d6d 0.00 MB 1 0
96,799 96,799 0000000000000a7ea08c585fa7747e2858de0aff7aa73ce338b8a5de458f5c56 0.00 MB 3 0
96,798 96,798 00000000000061521ff2ace5a5c8859619cc75c2f610ed8ba03f50130e8b5383 0.00 MB 6 0
96,797 96,797 00000000000458698c070cdbe6842844641311e660b6c04ad179b2e9555286ae 0.00 MB 1 0
96,796 96,796 00000000000125eb6edb67ff8dae78875932618ba0a9050ec56b3d5e7ed9fe62 0.00 MB 2 0
96,795 96,795 000000000005225636234d5f4c9bf1252b8a02df6a6d67d14c049d9c105619d4 0.00 MB 6 0
96,794 96,794 000000000002cf37d10e76984d638939c212287e942afcee648041917efe5eb8 0.00 MB 1 0
96,793 96,793 0000000000053ee5538f717dc7ab8477ca4eba8965ec592b718f6c9ec8af2bbf 0.00 MB 1 0
96,792 96,792 00000000000406078424008ba2b8d7a7e52711f2b29fcb8e623a2274ff52b683 0.00 MB 1 0
96,791 96,791 00000000000309092854cbb86e3e207ea438263112050fbee143d87b70ef447d 0.00 MB 1 0
96,790 96,790 0000000000033729d5428c9eabae9f70f83cc9911069c1ee9dc88d482bdd65e9 0.00 MB 6 0
96,789 96,789 00000000000160ffde671b4bde406dcb2bbd2b67c6c0afacfa09cdc831c308a3 0.00 MB 1 0
96,788 96,788 0000000000012bb6da22db74b9ab79e9d19d04c0a4e829918f2da25068e59990 0.00 MB 1 0
96,787 96,787 000000000004f5015e28d9d5b33faeb573cde26c3e73ed5b7e243a80a7b3d0cd 0.00 MB 1 0
96,786 96,786 0000000000030af035ee649b3db020ca582f488d90781470bb1698a87c463302 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,845.00 GB sent, 100.59 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.