Memory Pool Memory Pool Refreshing

4,476 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (207,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,974 699,974 0000000000000000000d0f108654453cc5912dca177080cd3f1de5eed0fd4d32 1.69 MB 1,183 5
699,973 699,973 0000000000000000000828d1e33ec2227448ba9641c660fdf11b877392dcc7fe 1.85 MB 1,061 2
699,972 699,972 0000000000000000000a0def8c331b74517a59c7f304f83c1fbe2e3ffa6ad7ee 1.49 MB 3,285 7
699,971 699,971 00000000000000000009ecfa714b296b002448a49540ee697d1119fae34379a4 1.57 MB 1,901 6
699,970 699,970 000000000000000000036d0e5c6f917fa48fc0dcb2904b6e5cb6e3418fde2c19 1.24 MB 1,518 12
699,969 699,969 0000000000000000000b4712f26edce1e66dd6b43d700ada956df94ff090e2ee 1.47 MB 2,389 15
699,968 699,968 0000000000000000000933cf377522f47697e815d3b0b555da7db0a604562431 1.29 MB 2,159 8
699,967 699,967 00000000000000000009ca484c5741398c5cdf26d7cf66ca1626979ef7b3f7e8 1.50 MB 2,868 8
699,966 699,966 0000000000000000000f05adebff9f19eb8cfec49184667a565e0963fbf4eea0 1.43 MB 2,630 21
699,965 699,965 0000000000000000000516b3d9fdee891cc22cdb6745c9f60f408f7af09ffb70 1.52 MB 2,419 56
699,964 699,964 000000000000000000093868d99bebafb05e98403171564c1a313b07f42e865c 1.44 MB 2,826 12
699,963 699,963 00000000000000000007c0c38b483d96799eafb76fb894470314f15d0441b19a 1.55 MB 2,405 7
699,962 699,962 000000000000000000009538d6baf6f3ce71b4da1f9afff47a6edb865f78abbf 1.43 MB 2,770 10
699,961 699,961 0000000000000000000350daa9b804579854e09570b6689048197cf458624b3f 1.64 MB 3,549 6
699,960 699,960 00000000000000000002ea1d1c9a8629dcdf0ac984b78aca40b3bfa49c2f245e 1.37 MB 1,449 6
699,959 699,959 00000000000000000004e3890f8e159abbc772e6f47613428d1af476d39d93e6 1.22 MB 1,475 11
699,958 699,958 0000000000000000000798e3169cf5c5a6c3a3bd5e36b9d5e736c28ccfe7dd80 1.20 MB 1,251 16
699,957 699,957 0000000000000000000a44ea9f7d3398dbe6d6bbc384b01b584aabbb60939710 1.32 MB 1,648 15
699,956 699,956 00000000000000000004704d69c288d7cc97e6b35998128662be447e5e84399f 1.27 MB 2,166 8
699,955 699,955 0000000000000000000d2835cabba542bc95d61e2b21ad223e0650316f0edea1 1.52 MB 2,749 18
699,954 699,954 000000000000000000005191a466454f1d5bc343ecbfa867bdb3c062f5642d0b 1.44 MB 2,766 10
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.