Memory Pool Memory Pool Refreshing

9,367 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (521,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
385,956 385,956 000000000000000003e9dbf8c737b80df341a5ce21197b62fd82e9f05ae47db8 0.95 MB 1,468 25
385,955 385,955 00000000000000000228302dfdb3046c87243e3405f0b59109d828a95d2f1e51 0.69 MB 1,613 37
385,954 385,954 00000000000000000a3618375893420ed66d47093f23da5b31e40e61b31d7b90 0.00 MB 1 0
385,953 385,953 000000000000000007a29ebb65c2e128fcb4aef8037126b9561e79b27903e082 0.07 MB 97 20
385,952 385,952 00000000000000000460aab708eb8a8fe75a3e6143d752096caee15f25702a72 0.09 MB 211 51
385,951 385,951 00000000000000000e164604fe097afed2aba24a30e695f3bd327a4f39f06790 0.58 MB 1,115 40
385,950 385,950 0000000000000000092c5c281451c48cf80f024ea03094d93c593436ecd0dc2f 0.99 MB 1,448 19
385,949 385,949 00000000000000000a61bd07ee01b61f6468519d5c6b89f7dc2c1dd084aab234 0.93 MB 2,317 41
385,948 385,948 0000000000000000013fb66c91db38f8d6f6a6ceed1bbda644f34df8360380e3 0.13 MB 239 31
385,947 385,947 0000000000000000013e09a922e8f498e309500f759aa51fe5fd1b4865b7d693 0.29 MB 480 22
385,946 385,946 00000000000000000abe3bdac2e117e6bbd489733c1e1bfde61180475839fcb7 0.11 MB 232 36
385,945 385,945 00000000000000000ddf85bed9169bd692f09af7e1e06eb37f8040ae61b09c34 0.00 MB 1 0
385,944 385,944 000000000000000008b46a83df9582a4176e104465d8bac963199121b716ed75 0.26 MB 627 35
385,943 385,943 00000000000000000bd1e501d09667da3d8a7cfb4aedcb63000033612f5dd909 0.56 MB 1,110 27
385,942 385,942 000000000000000008b209a9fb674ec57872154cc6cf25de6cd4dc6365122ea8 0.20 MB 469 59
385,941 385,941 00000000000000000b37b1ae77325a05b738cc79299976d79881f93f50f90201 0.34 MB 723 77
385,940 385,940 0000000000000000097e2b3efb2bb485192e59ec58edfa3051e7dd2e30a477cf 0.52 MB 1,026 36
385,939 385,939 0000000000000000065c4d1d9a9189fe5e2ebf5df5a231ae068e19649c1d24f1 0.07 MB 59 22
385,938 385,938 00000000000000000db2e9f5bd806443f02e79b6b51fa98d9951021173c38443 0.07 MB 63 23
385,937 385,937 00000000000000000d8353892a1daee61030e9aaade89e77dbee4897b2394224 0.78 MB 1,903 48
385,936 385,936 00000000000000000d2c991eb8db1d610d199fc458a5f66c1505cb8aa2f88763 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.48 GB sent, 92.72 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.