Memory Pool Memory Pool Refreshing

8,572 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (661,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,841 246,841 000000000000000322f56915b75ad03e517da57ace5ad8264883c149ce071f8a 0.25 MB 742 228
246,840 246,840 0000000000000071c99f64ff6bbbf0e695ce516c8a6dc247b09ad79cb6538a8d 0.11 MB 204 150
246,839 246,839 000000000000008ad0c8689aa2434751a4e954c02be66f26a07c35c4080f7f0c 0.02 MB 43 47
246,838 246,838 0000000000000015b57514bb966dbf3022a9934e9d6a0bd3e0fb1a1dfb385547 0.21 MB 523 155
246,837 246,837 0000000000000021500ebb56a18c4d0aacf87a907dfe961aa4695b9e433b5ac7 0.06 MB 143 214
246,836 246,836 00000000000000157f068b9f23a56b44d9836314944974181fe75fea62a0d3eb 0.13 MB 288 155
246,835 246,835 0000000000000061eddb9d93ce3a4d81b254949333e19e01a2e36591c80e077d 0.14 MB 330 108
246,834 246,834 0000000000000043c3ddc118875cfd31e2a952fbde35a592b00e1dad2f44aba9 0.13 MB 305 154
246,833 246,833 000000000000008a9c53e1d31438181b507829c3223bc1f37f11d26676b17e2a 0.01 MB 14 57
246,832 246,832 00000000000000802bc2977d772dd2ace7fa6b6c4446c2fb7680512994f926c9 0.17 MB 113 37
246,831 246,831 00000000000000a2f691004edb30e2fde29395ec4ef842815be11ee943f079d5 0.22 MB 509 150
246,830 246,830 0000000000000022c5c66dd8dabaf23a76d066848abde8f3c10622ccc9f58708 0.01 MB 36 181
246,829 246,829 000000000000006a8dc175ed0b4c792a4de2d545a33afba0394d19a4837ce922 0.03 MB 51 80
246,828 246,828 000000000000004e79a680599d4e3a2f3fc244d7ef7238666fa52418008d53a0 0.19 MB 423 112
246,827 246,827 000000000000005d720e236dc888377a9c6a4f312e88259a6d8c5b333e8a97c0 0.07 MB 220 192
246,826 246,826 000000000000003412ac98bcc5885de616e0729efd0102b8b999b7d144e14b5b 0.01 MB 13 9
246,825 246,825 00000000000000671151640efa35800a6a7d3d8297554c38048e1deb4ca0e951 0.11 MB 212 138
246,824 246,824 0000000000000021c6181b57c797a3955bed430035ad7e291c151b6a983a041b 0.07 MB 186 144
246,823 246,823 0000000000000008a0dba0775a71ed50c947dc3d0fc62cef89eaabc2e3a625f9 0.07 MB 168 92
246,822 246,822 0000000000000035877de75ff5e46ceb636c4104daf4d6e366f716ae27a62f89 0.07 MB 125 120
246,821 246,821 000000000000009bbae4ca3feb911ca9113a6c98d952db7ce1bc595971be2351 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.