Memory Pool Memory Pool Refreshing

12,262 transactions
4.17 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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,022 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (576,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,968 330,968 0000000000000000048ece4ede63d0351475eef4da807e28aebc1044958950d2 0.10 MB 133 9
330,967 330,967 000000000000000019755cac88ca7ba67c1accd6c115f03331682c9570a102f1 0.70 MB 1,105 24
330,966 330,966 00000000000000000735933bba7cf313d6598720e2b5a95b0ca264ef7d2dcd75 0.02 MB 64 11
330,965 330,965 00000000000000001754357e40a17a20f895be7abed74b9b4b59b3706d0fe6ef 0.23 MB 364 23
330,964 330,964 0000000000000000111255c5c163844f21e50c894811d16f34fe185ee1537d67 0.28 MB 465 25
330,963 330,963 000000000000000003c869eb380017c60668e81e3e80ce327d948c199aa40858 0.35 MB 695 27
330,962 330,962 000000000000000017702c38d0c54b12447c5747f5ed2a5de279200f69527285 0.88 MB 626 13
330,961 330,961 00000000000000000f17e71d7139114d9f0c8621c116620684a24686bdbec75b 0.75 MB 1,876 34
330,960 330,960 00000000000000001390d2aaec9b0d86da4bf18153dcf6cfe10f2c78cb7e691a 0.13 MB 216 22
330,959 330,959 0000000000000000124474a0898d8cd59ca77a419e76ed569d09e5c49ad53a63 0.75 MB 1,452 24
330,958 330,958 0000000000000000146fe5c462c7388f7a36ff5987954ab1ba2ee41e706e0b1f 0.75 MB 1,143 24
330,957 330,957 000000000000000018ffb37416fe4bbc5c08f62c97854329e90834c03bfc2702 0.17 MB 399 28
330,956 330,956 0000000000000000065d27135a0e1fec9ce514a1549161e68f8e73e7a58bce6b 1.00 MB 1,349 22
330,955 330,955 00000000000000000fc7947a6005bb6421d8885b7ce6b884d8d7d0e689f3dda8 0.35 MB 640 24
330,954 330,954 000000000000000010012c244f1b43e4b544e267355ef4b94b51f38f61961a94 0.75 MB 2,044 37
330,953 330,953 00000000000000001697776d6771e2f5ec67961569503c53d932a7f6a8ba4f15 0.48 MB 874 26
330,952 330,952 000000000000000003f1ae73b52a24c6329883e0c412fbdf073a6b6572418d51 0.15 MB 375 34
330,951 330,951 00000000000000000ddb033ec62d14a5db562d61662b2439ebc810ec8b9cd583 0.06 MB 131 23
330,950 330,950 0000000000000000065b2c157381fc8c517cc706511c5b05d75a4533984075d3 0.61 MB 960 23
330,949 330,949 00000000000000001553b335d729ff70aae23071208902ba229264843699d75b 0.35 MB 879 35
330,948 330,948 00000000000000000af3a700cad02730c707832a098c88e2642ea1c9ef953e23 0.72 MB 805 22
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.