Memory Pool Memory Pool Refreshing

9,890 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (734,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,083 173,083 00000000000003f05366c7ca01e88f37c6c675a038e7d8521697cbb72671c79c 0.00 MB 1 0
173,082 173,082 000000000000062ff6e1cc0cf844dd77acb3c616489f221d94d85cf9e1bc3c7f 0.00 MB 5 103
173,081 173,081 000000000000077eecf0b43b5306af691cc68da94f37405ca1e3662b0561db18 0.00 MB 8 116
173,080 173,080 00000000000000986e1df06cedf8343cf8feba4313d704faa61ff13c998a96ca 0.02 MB 49 133
173,079 173,079 000000000000049afeb00687d41c90935824e4e8420e35b8dcec765d76bec8ad 0.00 MB 1 0
173,078 173,078 00000000000001a03e14ddd1e6d0066a33a57de57c452cfcfb4c5a9ebc7788d4 0.01 MB 31 60
173,077 173,077 000000000000039602203db1a5c9d535fef4c7ce0a3da889e01af52c3c58725b 0.01 MB 16 62
173,076 173,076 000000000000016cba1c3ac6c946a883eac69aa621b308fad0a39eb628033bbc 0.01 MB 26 228
173,075 173,075 0000000000000228ec0b9bd547bf5f6d6bcf89b9e7de01660e87023f0de8422c 0.00 MB 1 0
173,074 173,074 000000000000021480d84504482ae5b3c70f49615ffa4e68e092626ee844a823 0.00 MB 5 457
173,073 173,073 000000000000098046086cbb9efb5e5092171b13563aab9a565530a5d8382bc1 0.07 MB 154 31
173,072 173,072 00000000000005416bf423f2c85f90d144ce9ae9459743260e2e3bf5b1320632 0.01 MB 24 195
173,071 173,071 00000000000007ce5e61f3e7386137819a333b1963805a1cffc6f46d8cdcc440 0.01 MB 33 137
173,070 173,070 00000000000005a83751969cf281a388dcf99f0e4244b8635e5b180fd94661a5 0.02 MB 39 236
173,069 173,069 00000000000002bbbe87cac5f1d1ec960fdd3e423d6a8409586aee3a58c217ef 0.02 MB 68 48
173,068 173,068 00000000000004c8e734978dff4d4bea83fd5539de4ab5ff6a20132801abe4e3 0.00 MB 1 0
173,067 173,067 00000000000008a16dfdce026dff11392b4bbc519758cd4fa2744dea243b7419 0.01 MB 10 1
173,066 173,066 00000000000005680fe4d11d39b1996828f54e869c7088abef3e9aed34792107 0.02 MB 45 58
173,065 173,065 0000000000000314def50d9598fa2c43a56afd305034fb8c231e899a7253f7bc 0.01 MB 47 0
173,064 173,064 000000000000097d7c9073ccbfb63df5c6f3ddbde210f4d3f6fac0d401f5d1e7 0.01 MB 39 70
173,063 173,063 00000000000003bc9d68eed0efc198c47a4fe330585081061ab14c22c5172916 0.01 MB 23 63
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.