Memory Pool Memory Pool Refreshing

1,738 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (772,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,884 135,884 00000000000005c8503c28c8d090a9edc6e1a248a73efb6d5dcb201845aaa6a3 0.01 MB 22 218
135,883 135,883 00000000000009383792de892fa90b8f3a067e7ced9be0da351633cb8d69c4f8 0.00 MB 7 342
135,882 135,882 000000000000085ed44a05df6b81c3e86d02ef922cd5b56f35ae11a1ac12961f 0.02 MB 33 78
135,881 135,881 00000000000005fa8886ae1db2693c9a59ef1ef37f13fcfacf6e7e8affe91712 0.00 MB 1 0
135,880 135,880 00000000000005975daf9a4d74a1a634a18cf97048eeb45c748ffbdb65e93f51 0.02 MB 36 473
135,879 135,879 00000000000000bb32b8bc5b52ddddd63b79c2cddab576da44789a6d63665f47 0.01 MB 17 393
135,878 135,878 00000000000003f1802f5136b51d582521128c2bd73d9a9b36c0980987c35aa0 0.04 MB 124 111
135,877 135,877 00000000000003ec61e16542102ef0a779ca19c520931b10d0748e5e1259ffe1 0.05 MB 31 85
135,876 135,876 0000000000000733d2d43f0bafa39d03f2f56f4fa7a83953bc14aacab4fbe206 0.05 MB 126 264
135,875 135,875 00000000000009368f2c0e063bdab4e88ba5d9fc1b618dd9ab645e6a05680d24 0.02 MB 61 443
135,874 135,874 0000000000000048b5335d5223d8ab09f991cf5e775b3c4c73263eac72ed7588 0.01 MB 38 17
135,873 135,873 00000000000001f8cc95e9e7941fd192b04875bbaacefe4d21aa94f500ed6538 0.00 MB 7 51
135,872 135,872 00000000000006d50e5d70eb52febdb7cc8f832f0e679b662ba6e895c0d35240 0.05 MB 181 0
135,871 135,871 000000000000057cebb3b81091bad969e84a5af9c119b1bfb1140d017890f368 0.02 MB 45 400
135,870 135,870 00000000000007105e21f0608903e05a3df5994ce2291b83d1b93e260a6b2ae1 0.02 MB 40 174
135,869 135,869 00000000000007cc6acc6645738f158e08f6d8c4822653ab79d8434a09ab7402 0.05 MB 147 226
135,868 135,868 00000000000001e5a2c1ba18e5da84117180df68309c0b55c29d727a3003721f 0.05 MB 87 59
135,867 135,867 00000000000004da012af23c1893cf4d9e9175f69a5f9fc6eeeeb75771195051 0.06 MB 107 822
135,866 135,866 0000000000000a59e402eb4c2b63a5aa5354578c3b38bd8fc3be7053864b8543 0.06 MB 187 177
135,865 135,865 0000000000000912c57ff7eb47ebbf2cfce2d4f63d38d23c0c49010b146544bf 0.04 MB 91 654
135,864 135,864 00000000000000c0093f78763aa04daa82be0340baf57e7bbbeafd1256525736 0.01 MB 33 536
Previous 10 blocks ↓
Total Size: 769.56 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,649.18 GB sent, 95.73 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.