Memory Pool Memory Pool Refreshing

12,139 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (757,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,953 149,953 0000000000000080b9b249f48cf1d676c3b2a373f50ecd6a2f5c6be3fb809561 0.00 MB 14 24
149,952 149,952 000000000000074db6e92966881fa4ec54cd618a4a339c12fb66abb5d08ed07c 0.00 MB 6 27
149,951 149,951 0000000000000010da8a91fe7d2792cd3708fd84095f72afd22887d8a6391619 0.03 MB 94 34
149,950 149,950 0000000000000066d0be11c26f87263f0393448ac8878b70c3c031e99c42e5aa 0.02 MB 55 204
149,949 149,949 0000000000000b3d6fccef83a4237510394710645b6eb3d8832fd0f196e18527 0.02 MB 33 359
149,948 149,948 00000000000006bad807f070fcac72c6fcb987cd7f12642591e0c46b48d58389 0.00 MB 14 297
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
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.