Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,992 (3,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,789 904,789 000000000000000000013f1114de57f5b844786d183b2ef8c26bd000a2e373f9 1.67 MB 2,239 3
904,788 904,788 000000000000000000022678f3766b194b40a400b3ac5440f76864a6cb22f919 1.39 MB 2,079 2
904,787 904,787 00000000000000000000d1d38c536aaca4c330a0bcee7b224dd4abacb5db8b31 1.29 MB 1,572 3
904,786 904,786 00000000000000000001b4db3fc9e9b4d5559d39ce07bbb44f074dcb6a0a278f 1.42 MB 2,071 2
904,785 904,785 000000000000000000020b0e242601cb3cdfd5917946be26f86643066b781220 1.51 MB 2,913 4
904,784 904,784 0000000000000000000170a01519756d1837f28304a802c7ea535231d3e17d95 1.62 MB 3,528 6
904,783 904,783 000000000000000000004f538f56f75771874808caa356457129993b7056f02d 1.41 MB 1,987 2
904,782 904,782 000000000000000000025f3739bbe5de91aca7ef82bfe210a413719149ed5012 1.64 MB 3,662 3
904,781 904,781 000000000000000000004eddc14a934f591851713021c70f306727d79eca2008 1.61 MB 3,493 7
904,780 904,780 0000000000000000000020a7f237ccfb40bd3c7e60c88253c47e29dd98811724 1.74 MB 838 29
904,779 904,779 00000000000000000001a02a6e3686ef4bd77d4114439cf9c4bf9c45845dab78 1.56 MB 3,606 6
904,778 904,778 000000000000000000011a4aaf0ddac374c6a72a9048b9f70eaad0416e56739f 1.54 MB 3,468 4
904,777 904,777 00000000000000000001c1fbcc7977c6385623de418166df6a60abab632c0ad9 1.57 MB 3,365 6
904,776 904,776 00000000000000000001ec9533d90e623d41280fe4187d264c2bff28cb2581c3 1.57 MB 2,791 3
904,775 904,775 000000000000000000000f47a979d2816a4ca9d39d209d606e954fa414ad59fd 1.68 MB 3,500 7
904,774 904,774 000000000000000000008ca0b67c45091fa8879bcbe242b2bbe2ed64c350ec4e 1.44 MB 2,814 5
904,773 904,773 0000000000000000000037fc9a168daf440e1ef41ac3d8b76971b6a248d9e617 1.55 MB 3,306 5
904,772 904,772 000000000000000000024bc83c9489483fa6c235d461553ae136895de9cc0acd 1.78 MB 2,433 1
904,771 904,771 00000000000000000001c000c79e35a6ee7de00c5fb0d30c6e400db0eda75c68 1.62 MB 2,663 5
904,770 904,770 00000000000000000000f4988f908b9284aee9ea5d9c5a2612c96b5365e71e5f 1.90 MB 2,235 1
904,769 904,769 000000000000000000018dd10edcf948fadc5d6471a96f2b481dd8bba5a753d5 1.51 MB 2,607 4
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.