Memory Pool Memory Pool Refreshing

13,945 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,717 (560,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,812 346,812 00000000000000001714f90bd500eac5076ee50e7ec98858e4304043616b2da7 0.71 MB 772 15
346,811 346,811 00000000000000001023ea145bb026c599b8a87597c39f8f50a1df000ca4d585 0.21 MB 312 18
346,810 346,810 0000000000000000155f662cf3b886143fb5c5af61b5f06c087e818ce672687f 0.32 MB 510 22
346,809 346,809 0000000000000000099f028e4e082f24e6f3c10140d6660e178e59ab58460b05 0.03 MB 60 16
346,808 346,808 00000000000000000adb0c8dfc183047d66a365d6a57864bec136a920761c761 0.24 MB 389 21
346,807 346,807 00000000000000001393593ec794aaa512b4d235c514125530dffc6feda2000d 0.10 MB 201 23
346,806 346,806 00000000000000000694c179f61460871b182a131ff8cdc7fe6e7a0309dd892b 0.49 MB 973 24
346,805 346,805 0000000000000000027cbc83fb48f812de7a7c43c83c7dba570ff08af62007ee 0.02 MB 30 7
346,804 346,804 0000000000000000138586b64027b9b38476d22522d6a2cee6e8f15942acd69f 0.27 MB 493 26
346,803 346,803 00000000000000000b53385873489f504069ebcec7eed4136266edebf2f74464 0.60 MB 1,001 22
346,802 346,802 000000000000000003af0fe54abba4a5d414c3cb70e60c41989128088fb17856 0.29 MB 357 16
346,801 346,801 00000000000000000900944a54a15f544ef7e7cfe593776747b0ca090596564b 0.23 MB 430 23
346,800 346,800 00000000000000000fe4fe4a3e4dada85e3c85d46ba24187f208313a7bde5825 0.19 MB 90 5
346,799 346,799 000000000000000003eba9574257b587c325d3e7a8b9f56a054d86bf6c617f26 0.10 MB 183 17
346,798 346,798 0000000000000000009c6069c53bcc4d8c34e5e5f7a1b4a507d549a18e27dd1d 0.08 MB 173 23
346,797 346,797 0000000000000000135675ce3ec32a54713af706240afd600340160b1b04c204 0.12 MB 264 31
346,796 346,796 00000000000000001403a735f040e2f554edf64aafca5fe7fc7b776cabfad643 0.06 MB 40 5
346,795 346,795 00000000000000000b159a1cd9e176429b681458a9c0f4dcad4a1efdd81f11fb 0.25 MB 387 20
346,794 346,794 00000000000000001670be1cd63cb4c7c1d55200bb6815f50b01ce8841125b20 0.64 MB 1,053 22
346,793 346,793 00000000000000000d3d439f6aa1214de49271413c9b2700e9a9ef39c0a3f455 0.49 MB 839 24
346,792 346,792 00000000000000000415526965a81ddf522cf7b68a40d4b57a992818ae22990c 0.13 MB 124 12
Previous 10 blocks ↓
Total Size: 769.02 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,622.45 GB sent, 92.95 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.