Memory Pool Memory Pool Refreshing

7,990 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,868 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (279,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
627,965 627,965 0000000000000000001150f9632cc86f56b5a59df6763b2e40ab964c78b63935 0.23 MB 596 21
627,964 627,964 00000000000000000002dea0bc13c9dfba62780044376aeca87a271c731fbc34 0.67 MB 1,283 20
627,963 627,963 00000000000000000003b68662f0caf56a0cd7846524ebcf2e972ea02a894ee9 1.23 MB 2,993 20
627,962 627,962 0000000000000000000f3432dfca9e93e530903253d7e128e4c18451fa77766f 1.09 MB 2,335 21
627,961 627,961 0000000000000000000acd46a4936303dd33d50e7e991268b8a019c7b8c916f5 1.19 MB 1,591 13
627,960 627,960 000000000000000000029d399fd059e412d9f47c87981fe0ea7b6e900fd95d0c 1.36 MB 1,891 5
627,959 627,959 0000000000000000000d85624faa7c5aa9492c8fad6be613a0176dddf94d59ab 1.12 MB 2,396 12
627,958 627,958 0000000000000000000d2cfe27502ff34ff45a6dc33847069b5acf443f8e4690 1.31 MB 2,458 17
627,957 627,957 0000000000000000000c98214522604c74a55d80cda6faa1ca90d559540f9866 1.34 MB 2,412 31
627,956 627,956 00000000000000000002c3a2ef19749bb238637c6e8eeacc8c6b785e27dfb52b 1.28 MB 2,987 40
627,955 627,955 00000000000000000005e3375892ff505743b8d2679590b0f49ed0c45eacd14e 1.33 MB 2,379 23
627,954 627,954 0000000000000000000d6c7b7b7a01ddf3159bab279c3438a0db9a4477f71442 0.95 MB 1,761 20
627,953 627,953 000000000000000000092286b6cbaf7e9e4a0fd5d5d35d7066e7433e23fc73e8 0.55 MB 638 17
627,952 627,952 000000000000000000042580840fb7f35e4d593e6b454760ab648a60e739c8c0 0.66 MB 1,657 22
627,951 627,951 0000000000000000000af53f5d4e08c3a0dcf736a222253347e6893cad20bf02 1.09 MB 827 6
627,950 627,950 000000000000000000092d7a33eb65e2a2bb645c810affb6079f06a3b0ff7066 1.13 MB 1,152 7
627,949 627,949 000000000000000000006ac273660025c7a5ea45890a92c10510a30a0d7d04a0 1.21 MB 761 4
627,948 627,948 0000000000000000000b2e835bf9b295eb9cc9b04fe508aa2cd252f04b46118c 1.64 MB 557 4
627,947 627,947 00000000000000000009df3c3198118edbe9180e3af65b46c495a1f0639e97ed 1.80 MB 85 1
627,946 627,946 0000000000000000000a9aea6086e85637cfa8e25f353bca8ace400b646af33c 1.39 MB 2,047 21
627,945 627,945 00000000000000000002b9c8cef3f05d8c78e07fc161f427ae48d9071c71f6a2 1.55 MB 1,636 11
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,642.78 GB sent, 94.50 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.