Memory Pool Memory Pool Refreshing

3,644 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,942 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (700,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,008 207,008 00000000000001f5d10aa034a73cdcfe89e92bc858577b863a9ec1e8a16b1637 0.01 MB 20 183
207,007 207,007 000000000000022198e63febbf2e93709508bc4327b5b4e82966cc8e64f9e190 0.07 MB 153 133
207,006 207,006 0000000000000088f5a0208aa5e841b9a5c025935c17050c495bc093c8a42cac 0.00 MB 8 52
207,005 207,005 0000000000000402b70233fbb8184bb5975f03e045894c0221822462887e82d7 0.04 MB 78 187
207,004 207,004 0000000000000461fa78737ce125b3aaa3715dd7b685d5e579d6e633086fdc28 0.05 MB 82 280
207,003 207,003 00000000000001899d88c27ff809348eaa873d1099515a0e384396e13211384d 0.05 MB 136 234
207,002 207,002 00000000000000f5c386ed3b4e60c03bc88d2c45201702482cfd681934e49c71 0.00 MB 1 0
207,001 207,001 0000000000000478e80bae3a9f9ca2d19fe2d2e6d2f129b7fcaa804bdc17529d 0.15 MB 331 113
207,000 207,000 00000000000004bdd54a303529953b64a85eee5099acb965f53b577a1ceeca44 0.09 MB 218 176
206,999 206,999 000000000000009b5d4e79a6b8347be07cce3fb08f6c2e54d3bf1c5410c2f45e 0.00 MB 1 0
206,998 206,998 00000000000001b98248a6c252ed69162801fc3fe1b81cbbbf4d3082db5d5756 0.01 MB 28 14
206,997 206,997 000000000000011c1eb4c6ec30d6c4051e8b2a918cb18258e42d5a1c5a743851 0.04 MB 88 133
206,996 206,996 00000000000000670275e0e9c0d88a32c51b10a99b7caef783a306926420c7e0 0.18 MB 158 94
206,995 206,995 0000000000000438c428585b7ec3d057b0b50b80551639a0b356640555a4e50d 0.00 MB 11 0
206,994 206,994 00000000000002ea7efd29fa70c22b02d46c7aea14617363288251985ca920d8 0.20 MB 296 146
206,993 206,993 00000000000004ad16f0e12cd3a7538dc888077ae99df183c6f2df20887d4892 0.09 MB 226 181
206,992 206,992 00000000000002c9416c8aac9b8ac829bfa6546db3391f3d33c75963bbd7db72 0.03 MB 56 97
206,991 206,991 000000000000049b72561ef87aedad480b5d85fd203d2d6d87cb61c94a9d5231 0.04 MB 77 152
206,990 206,990 000000000000039a81efd384d80469ad6f703946702510706222579b6af038f0 0.27 MB 331 107
206,989 206,989 0000000000000150d79bee3a2f049ceff315ae947ad044ea9ce082b339e7bf31 0.16 MB 415 180
206,988 206,988 00000000000004c92892f5442d0883054cee346a281f7c46de51a1971f8eb6d7 0.05 MB 131 79
Previous 10 blocks ↓
Total Size: 769.44 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,645.61 GB sent, 95.12 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.