Memory Pool Memory Pool Refreshing

1,615 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (840,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,606 68,606 0000000000f7ab3d060be13ef605f80b77a8e6cb58484d5b175a94f6dc7884c4 0.00 MB 3 0
68,605 68,605 0000000000299d61b33599f5e697f828d17d228250c8ab325c82a250ed97f2da 0.00 MB 1 0
68,604 68,604 0000000000b6a7b3d0993ecaf355a2feca0a09b0a713acddbb2159959fa7647a 0.00 MB 1 0
68,603 68,603 00000000010667f491742b809aa825d7212e227cac7ea161034574bf450b1ecf 0.00 MB 2 0
68,602 68,602 0000000000d2f98a9cf08a0bcc7e826fe52a086d1fb01c9d861a213764facb20 0.00 MB 4 0
68,601 68,601 00000000002a1407571c1f66d64f8bf55df9fa4993020231af1afd776f9d1458 0.00 MB 3 0
68,600 68,600 0000000000b474fad43c7ff8a2f77f6983be35bdf291f88311ce85f9bc897c14 0.00 MB 2 0
68,599 68,599 00000000008243b19849997262abfef574fbe00d61ecf59e2218ebb2eebe4134 0.00 MB 3 0
68,598 68,598 000000000076587065c3878a27d9ad6ff45563e0359f95c4184eb63f3caad943 0.00 MB 1 0
68,597 68,597 0000000000a7c8d809746e74fe59b59b09d7e383d1e44ce5cfdd3afe64c9ff27 0.00 MB 1 0
68,596 68,596 0000000000f367066bb5e8158ac003fe734b771294ffbaff56580a24536258fe 0.00 MB 4 0
68,595 68,595 0000000001316935def472c52bc5ac1a0aea7219bff481118f1ff79dfc6b9916 0.00 MB 2 0
68,594 68,594 00000000001069753044d196023d8155278a6883024737f4386edd23c1d6028e 0.00 MB 1 0
68,593 68,593 0000000000200a25587a493655e6f09c4832a5b7781ded0e6086323aa1467624 0.00 MB 1 0
68,592 68,592 0000000000c0fa216baf5f4ed47a654e64ed239866bc5953808d03ca7154d149 0.00 MB 1 0
68,591 68,591 00000000005df8bc67057dea2d915c719c97ae0d22e1828eb6b6f44f4dd49aa9 0.00 MB 4 0
68,590 68,590 000000000080488190984a59b2f458927f585a41e028463c9a8d415c01f47351 0.00 MB 2 0
68,589 68,589 00000000012b8fac40dfd8db2af52cbeab0c688c3bd8135abfa0d2e9e711f253 0.00 MB 1 0
68,588 68,588 0000000000e8abbc6446a3a257592b186b38d51942eeb4b9bd2f4d4f9b44b0c8 0.00 MB 1 0
68,587 68,587 00000000008765a74dfba53c6f6e325d44fdce2c14e7b2236a6988a842f08c61 0.00 MB 2 0
68,586 68,586 00000000008605750e1e3b36d375a8e5264d4dbe0656286ea6ba3f6e45ea51a5 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.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.