Memory Pool Memory Pool Refreshing

11,142 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,245 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (190,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,960 716,960 0000000000000000000041589d4a1ee74e6e39a39266bf8aabafdcee4cdd8456 0.22 MB 130 3
716,959 716,959 00000000000000000009b5716e8bbe654003e69d79ce0f0066bef2f335f1b874 0.49 MB 422 5
716,958 716,958 0000000000000000000a1dd8690953e0585d4ca7d7fa1ef48d59d1ed4e186fa1 0.94 MB 1,446 9
716,957 716,957 00000000000000000004405c7c57515a5212047b1fa6457f64fb94df15bb3864 0.37 MB 537 9
716,956 716,956 000000000000000000030e8a0c3af24c095f9ee23951fda9f70cc9e83bc3f3cf 0.05 MB 78 12
716,955 716,955 0000000000000000000095014501c99dde9d1bb902a3baae5bb8c9f38276e5c2 0.02 MB 20 2
716,954 716,954 000000000000000000058830d34895c926d3307448e7091c574128e0929c1520 0.03 MB 62 13
716,953 716,953 00000000000000000008ed5a127c3c69da3285827dfe7fee96a861f3be3981e9 0.30 MB 483 31
716,952 716,952 00000000000000000000a625df4000a6cf4c9bacf63c60eb6af5b68c8e5ec3c3 0.31 MB 550 11
716,951 716,951 0000000000000000000b06852e3d37a6d7b28f245628546c12a40b7628d7f02f 0.67 MB 1,087 9
716,950 716,950 0000000000000000000099b8f51953f2c1241a8f1bf8126662f7aada65e7ef2f 0.16 MB 302 12
716,949 716,949 000000000000000000044768c2dfdb701e4ae41f4c1deab6b49e1f819927a78b 0.85 MB 1,468 11
716,948 716,948 000000000000000000018d45f9ed389d3fc63316091463d67599b1a6a75c60e9 0.99 MB 1,582 11
716,947 716,947 00000000000000000001b883a8b86d18bff40e184a759e7ca17af668d9d4e97a 1.24 MB 1,806 5
716,946 716,946 0000000000000000000358bff6fc757b0ca05f7fb65288cf53dcb5c3bb85f293 1.47 MB 2,201 17
716,945 716,945 00000000000000000002252000c19329ed23659d24d382fc3cc75fde5a12987f 0.14 MB 173 8
716,944 716,944 000000000000000000096a6f2ba233f2a37b1f015849dc0894ff7b086a1d28c3 0.57 MB 626 10
716,943 716,943 0000000000000000000ac351c560976046368d6faa52411cc7c786da5cfd25da 0.47 MB 296 12
716,942 716,942 0000000000000000000a7c320060e69e9f4c8c17dcad9cb3e81f11450e5f2cc9 0.19 MB 342 14
716,941 716,941 00000000000000000007aa5ee9177878f7cfd0241b1c5eeab76ff7d2cc57d41c 1.13 MB 2,330 6
716,940 716,940 00000000000000000001208a95f498a9dd124c67b63a6930383d76f2f10fb9f2 1.41 MB 2,231 26
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.