Memory Pool Memory Pool Refreshing

9,012 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (757,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,947 149,947 00000000000003cc2961da56949de9f2f814bf79d4fd6949a4e1022c05796d55 0.02 MB 55 96
149,946 149,946 000000000000057794bccc841c9dc88563a91f5152289aa7c0ccc7b0c2ebd36a 0.01 MB 46 0
149,945 149,945 00000000000000206228620544b24aa1cb91e4d776f3b47496df481e431440fc 0.00 MB 11 51
149,944 149,944 0000000000000b02ae89c80bd50ecea5cf90d05eeb29ab27069ca5bd21a0740e 0.02 MB 47 175
149,943 149,943 0000000000000222e92dc3f4ee88ba8992aba895e597300c9a244a716bcacb40 0.01 MB 26 258
149,942 149,942 00000000000009eb24923c534cbf29f4189b39df41033516d1c9606c875378b9 0.02 MB 89 2
149,941 149,941 0000000000000031e0e6d9b5a4122d2010b640e59a11c842b434ab6f1e06f68a 0.02 MB 35 170
149,940 149,940 00000000000001283f1ade495834dab6b796ba8d94f8db0e5625b2eaf3bd1490 0.03 MB 53 71
149,939 149,939 0000000000000561cfec81b17470976ad33fd89d7536d261499e354f73ae2f29 0.01 MB 34 192
149,938 149,938 0000000000000b5a79ad69077e4b6b9fd278103180eb9fdbc03e9b1b6937039e 0.01 MB 21 62
149,937 149,937 0000000000000abaa220019ed94038e70068633e77e1e81e1ce70d80249e3954 0.02 MB 18 36
149,936 149,936 00000000000003ee9cae0f6a0fed75863e66059e581eb1d571d6329b2c4d4db0 0.04 MB 116 26
149,935 149,935 000000000000010d9f3d69f259027feaa1fe8637a01300db0536b33fc552351d 0.05 MB 111 85
149,934 149,934 00000000000002514821f8bd7ca568222e0831747b0c95c0cb6d1ec2991966ce 0.01 MB 32 101
149,933 149,933 00000000000004630ecd91b0738c0b74c82c149be84b36cdd87a8325e2978a39 0.02 MB 35 267
149,932 149,932 00000000000000a1ef1cb5ddc16fee88e0b1729d88fe1f554677e3c194b9e377 0.00 MB 10 34
149,931 149,931 000000000000048eb4118e5329eeccca7552871aef9d79cd852764b3a76c9bf1 0.01 MB 13 48
149,930 149,930 0000000000000307d39a6bd5fc4b3ad957d1326e8ba4cee26acdfe0ad8e41fc2 0.04 MB 106 153
149,929 149,929 0000000000000ae91c0497f484b3c198976da30e2593b1462d1858e303f1a52e 0.00 MB 15 92
149,928 149,928 00000000000001f64232ab2baef793180f93901518a75b24b750c6337fcf23ca 0.03 MB 62 190
149,927 149,927 000000000000024677e791a5516937164d10e30918ad02f137f4a16e904ad14e 0.01 MB 43 69
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.