Memory Pool Memory Pool Refreshing

12,208 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (576,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,865 330,865 000000000000000005760431a82549b7eccf605e6bc64ffcf44402978dc4df57 0.17 MB 512 44
330,864 330,864 00000000000000001439a50700ab8e84965284034b976223ee0b6d6a010ca223 0.15 MB 235 7
330,863 330,863 00000000000000000bbe5013942c45c2c4ad4de7df23b43bd7fce84de235c64f 0.75 MB 1,134 24
330,862 330,862 000000000000000002ced7559e16ef1e8376b9b7c546eb7b2dde1144e3678a48 1.00 MB 2,024 28
330,861 330,861 000000000000000010d59e599858add60eda33e423ce4069e2f695bd66f8ff8a 0.08 MB 110 15
330,860 330,860 000000000000000000f9c421d18db7d6cf07a7641463e7721de4d0de129456f6 0.50 MB 666 22
330,859 330,859 0000000000000000044bcfaf0f05e782286b6b54abd18882a10da5135c1017d5 0.75 MB 1,520 30
330,858 330,858 0000000000000000101734cea6fda54fc57ebe2e2a5431a7529e66674318ebf3 0.36 MB 277 9
330,857 330,857 00000000000000001510848e32472bc4c611b456f326363bcf736902242d2d27 0.75 MB 516 15
330,856 330,856 00000000000000000986d5050ef98c257496a93fc2c99634cc0edf061d70c146 0.75 MB 1,150 19
330,855 330,855 0000000000000000057f8e745a680f35cf61cd88562be7389754246c32599a9d 0.35 MB 863 31
330,854 330,854 000000000000000017361a468eeeb497b6997f59a67bde3087648ad80089c00c 0.03 MB 32 38
330,853 330,853 000000000000000011aa12e199dc093809605f37466bddddf858d78165b05cd2 0.50 MB 1,470 36
330,852 330,852 000000000000000017f467cca68b28fc7646a7ab51f412aab50dff3f5f4ab59e 0.35 MB 1,252 54
330,851 330,851 000000000000000019166c5b383f2bc300520efdc1fbedf19ae9052f3f479b3d 0.75 MB 1,162 22
330,850 330,850 000000000000000012740fa4017c1f7791e7185f9a5310db0d1c274d9eb43d03 0.39 MB 539 22
330,849 330,849 000000000000000000e489bbb5a27707c3d3960766713d8fe62c3ee6779ed850 0.75 MB 1,615 32
330,848 330,848 00000000000000001636e7e7db337a19dbcbabb0d2b9355b9835d4107aaf5433 0.25 MB 469 28
330,847 330,847 00000000000000000cda8af07ccb3565a5f5eaaf3fb7bd721947b6150a3f5265 0.33 MB 616 26
330,846 330,846 0000000000000000018f3b82d90a4a7eb76ed27c41ff5df14f8c5c8b074a7018 0.66 MB 584 16
330,845 330,845 0000000000000000164066169d10959b7b4e05342e0880387e53290c7febcafb 0.75 MB 1,372 27
Previous 10 blocks ↓
Total Size: 769.01 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,622.13 GB sent, 92.93 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.