Memory Pool Memory Pool Refreshing

1,286 transactions
23.27 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,314 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,035 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (829,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,929 78,929 00000000004df7872ce4e7643a6afa61348be15a144d69562ed241697d34a7c4 0.00 MB 1 0
78,928 78,928 00000000000a0b956c0aca9f3d978932e9ee8515754587bf07500892451945aa 0.00 MB 2 0
78,927 78,927 00000000004653814ad635534d7278ee7f0e602cfff078bfd1b433738744d900 0.00 MB 2 0
78,926 78,926 00000000000421af9df85cc7e255b80ce25b4d720675f6bd2279e7a8f52cd49d 0.00 MB 1 0
78,925 78,925 000000000006776af3cd7372cdee0650ef509eb57dd0b95e54d9c2d6d3c1fe59 0.00 MB 2 0
78,924 78,924 000000000002f0bfb9239f1c40fc95c2c9d1ab1fb4afc5d7f373609baf4e24b1 0.00 MB 1 0
78,923 78,923 000000000024142b199b2b6a4d52a6002f33ece9c2be565cede0850f65cf644f 0.00 MB 5 0
78,922 78,922 0000000000567fe74d1500ad9d88af0a40ae62867e3f103b71b30338b3f76bfd 0.00 MB 4 0
78,921 78,921 000000000054294fbb0fb8491cb1f46eca5040acd1941c3476d141cd24ae465f 0.00 MB 2 0
78,920 78,920 000000000044d7b32bb0b9eb6a64b0719b394a0a9d1246aec1022d16b86ad5f8 0.00 MB 5 0
78,919 78,919 00000000001fec2911162a98d1d37fd5444ad2b5148de874c93cdb6960373aee 0.00 MB 3 0
78,918 78,918 000000000046be1247c68e720d2338d6c22cde38bda926e1bf56457a943f5a87 0.00 MB 3 0
78,917 78,917 000000000044e21cfaa8ca383c6835c1348abb5e9dd9202742a6ac47fba6bc49 0.00 MB 2 0
78,916 78,916 000000000055e7de28657a01cfe2eda224f4b5e8eabef5037f84575c08c4a6a2 0.00 MB 1 0
78,915 78,915 000000000038a9cec9fa8d87fd02adb70f0333519f00ad03e4f9a6176f0265ec 0.00 MB 1 0
78,914 78,914 00000000002e57c8f8a6a4bfaeca883bf543f23f88aa003dbebd0cae1214c14d 0.00 MB 1 0
78,913 78,913 00000000005207ccc785186581bb59206177449aaeced076beabeac2bd8de25a 0.00 MB 1 0
78,912 78,912 00000000004c5ba74c7a44ea75d7a679b501ee050ae976dd1ce4b790d0ceddf6 0.00 MB 10 0
78,911 78,911 000000000048b40831efbd4d67636202bc56c0266f6271b3f9a84f52fe5cdb91 0.00 MB 2 0
78,910 78,910 000000000053a036c48273c9b2c0e4ebf66d6469e5953d725b3d462d3f49509d 0.00 MB 1 0
78,909 78,909 0000000000410aec14cb488acfa68fcdc8b8b3d0b8c2fa7a3aad0720941591a0 0.01 MB 14 0
Previous 10 blocks ↓
Total Size: 770.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,698.97 GB sent, 98.60 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.