Memory Pool Memory Pool Refreshing

3,769 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,879 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,878 (791,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,864 116,864 000000000000242877e505d2f52544ec1754813b93a7eac5fbfa7c7877ea9718 0.01 MB 16 768
116,863 116,863 000000000000c6047908a8061b6d704f9ff16de242616e34353e7e31534a2e9f 0.00 MB 3 3,868
116,862 116,862 000000000000999632c11d2d98c6e454d98ffc90ac0bc5975177d8da9b4997e9 0.00 MB 5 1,038
116,861 116,861 00000000000020df364a3ec601516dd9742a143a6193a9224fec2684ea8a6f30 0.00 MB 2 0
116,860 116,860 000000000000426cdd21cd9c86996d826c2d6b4d67d6d2f25085499c06d622e0 0.00 MB 4 0
116,859 116,859 000000000000e81ea69d1f9e7619f7be4514d4325bd9db0397f8ba6e85d997f5 0.00 MB 10 1,148
116,858 116,858 0000000000009c86c0ee16682cdb233e7917909f05036d6a98dbe90e5d848b69 0.00 MB 6 0
116,857 116,857 000000000000b2c25e30211dc48c163888f6d70c0e475b5c5f4f7a8d0613148e 0.00 MB 13 646
116,856 116,856 000000000000b7e962813677400251a712fa3f40f35ee211e4feec176072ab19 0.00 MB 11 1,219
116,855 116,855 000000000000520e971b05ef8445939f4a7e3c48455fca4d40cb2854266df38f 0.00 MB 17 1,006
116,854 116,854 00000000000052314d8060a7800e7b9770fb7fdb97dbecd61eb274ed870c9a9d 0.00 MB 4 565
116,853 116,853 000000000000cae913ecc6dbcf48f1d56eba0360125280b2e5a8a4614df7bb57 0.00 MB 1 0
116,852 116,852 000000000000ee592fd2995ead97d2e1b9cbb237ce307032cb3d3a493e53521c 0.00 MB 10 0
116,851 116,851 0000000000002504af6902021454f83f576a43818e48379acfe1a9515121d55a 0.00 MB 1 0
116,850 116,850 000000000000aee4d3cbc4f41b2f03f3976bfaadc0028278060294bff40d288f 0.00 MB 12 672
116,849 116,849 0000000000000f5f191db719396a7661e9fedcfbeae978090a9d29902aafebcc 0.00 MB 9 349
116,848 116,848 0000000000004098de18323675a73947f74cea782e681101cc04cf1ce27c9ac9 0.00 MB 12 905
116,847 116,847 00000000000088835a77b8e2203c83a2314ec02e172662f9b2bb499193cd2707 0.00 MB 2 0
116,846 116,846 00000000000007ec3ea47ffddedc0d9cd5befa1f97105ffa3fb327145fe8480b 0.00 MB 5 861
116,845 116,845 00000000000081cb17b5f460b35acdd80e032dffadd0f2a476ad38353480b549 0.00 MB 4 1,818
116,844 116,844 0000000000008ff881084b06d2d422105bcc6552de8bdd97bb36139870c358aa 0.00 MB 7 789
Previous 10 blocks ↓
Total Size: 769.31 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,642.91 GB sent, 94.54 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.