Memory Pool Memory Pool Refreshing

861 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,288 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,287 (801,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,062 107,062 000000000001a6c458e00e797857d7405ca3e5be2f467e11eac517694bacca82 0.00 MB 1 0
107,061 107,061 0000000000010d221352361d00b9b0019ef8ae9210e92d13250beb6dd0f54ec0 0.00 MB 4 0
107,060 107,060 0000000000024029e8584a0ee3fcc4807b6370dd633c4b310d68ffea7b45cb1b 0.00 MB 1 0
107,059 107,059 000000000000b24a0a41584466e5ef908855aff7d8a92df49d8214b7fb1c7794 0.00 MB 5 0
107,058 107,058 000000000000692ad307091882e31375c6bf93c58ca08105124ca08621bc7434 0.00 MB 4 0
107,057 107,057 0000000000005b52fed2caa22dfb79d6c2fcffe67f4fa5a6e1e2e42ffa8c4735 0.00 MB 2 0
107,056 107,056 000000000000cc65bd045ddc19d4dffb72f84929fdd819edd600bacca54060ea 0.00 MB 7 0
107,055 107,055 0000000000019a80d7fba17a30c1fd12d814b0f6269887bca324441b49d09b7c 0.00 MB 1 0
107,054 107,054 000000000001179614c3bef88f274c396821d7c70d0fbf84fb4ba403348936e5 0.00 MB 1 0
107,053 107,053 0000000000011251ee415f283f3a503acea949c6d70c177b969f8082ad966058 0.00 MB 2 0
107,052 107,052 0000000000010cc2fcb19224d55435ccd1206c1bd374d943d41d79ea044a0922 0.00 MB 1 0
107,051 107,051 0000000000018143fccf0c49f63fc9dd11ba6fd9aeae2ef0c9e0099abe735d93 0.00 MB 4 0
107,050 107,050 000000000000f1876a466908c6ba12c87c5724f9872eeaea4be6bdc93b452c3e 0.00 MB 1 0
107,049 107,049 000000000000fc049831430bfdd3a76ed36c4d14c38995f34af22381c36eb8b4 0.00 MB 3 0
107,048 107,048 0000000000027b5f9e3c06fcd808a146fcef26f69060ddd3a3e9ba224030e18e 0.00 MB 3 0
107,047 107,047 000000000001bf9f2793df05aa79d725d31fbf3424d20a99b7575746cec13b34 0.00 MB 4 0
107,046 107,046 0000000000003cda939b7237b1b44bbcdcd9654b7b2fb2ed632be01a71587942 0.00 MB 4 0
107,045 107,045 000000000000c4f3d4e280b52a803b9246b77b20f91ec72396acfbd1a4af3c77 0.00 MB 4 781
107,044 107,044 000000000001d155f65dc150202dbf57758af73588e4b79435f336dc8492df47 0.00 MB 2 0
107,043 107,043 0000000000005ae4666926a8b65dbd602d7c7c722e3b64f2a2ada2b5a0258a5a 0.00 MB 1 0
107,042 107,042 0000000000005b7eb4cfeb32a4c979be515c01b33f4801ba1c9f49d885132949 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.22 GB sent, 98.27 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.