Memory Pool Memory Pool Refreshing

6,177 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (712,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,016 195,016 0000000000000650ed0e729685cb093044f5a460436d2e760ab4aead0730b799 0.25 MB 219 78
195,015 195,015 00000000000000c35c2edc2cdc39c62e3936d49b236900bdb15e6aa9f2266292 0.25 MB 301 86
195,014 195,014 000000000000007b09d6e04cdd8513aa22219c5613cb9af70d2572ac7fb70595 0.05 MB 138 220
195,013 195,013 000000000000000adfb41f59547bf430fc62f5724d7dd62bef4901f1a467ad3b 0.17 MB 421 146
195,012 195,012 00000000000001d848d1de03d26b83c9f83fa5fcdf02107b3a743e0dff9b4faf 0.30 MB 512 135
195,011 195,011 0000000000000173636cd9c876c2e674680883bf910ded5fdd2c4b527c295952 0.25 MB 677 148
195,010 195,010 00000000000001cea7ed31bf45cc5cd6bce6230f4bd3bebd2efd868d7e8868e4 0.02 MB 77 468
195,009 195,009 00000000000006e2a60d5e2ed65203d2d665130060a5928dba25319df40ddc04 0.06 MB 169 149
195,008 195,008 0000000000000180d2da348b920607f4dfc49cfcf5c5d348797adeee12fbab6d 0.02 MB 41 27
195,007 195,007 000000000000029022643e6a6ee95603e7b79ecc6a28a0e26b5ac0fee20fa2cf 0.05 MB 142 79
195,006 195,006 00000000000002831f2901c0a60597ba5c2e6c56e7dcf47824f83b799a824f96 0.12 MB 256 152
195,005 195,005 00000000000007198cdb25af515551bfddcbbec72d1b32e1ef88d03e43ca468a 0.03 MB 45 97
195,004 195,004 0000000000000716c011e1892ae781969860e256e6668f7ea577ca25a1d991f5 0.12 MB 272 154
195,003 195,003 000000000000003d182f544bbd49247c033adb9e869ea7dada805fee3018261a 0.12 MB 232 113
195,002 195,002 000000000000038c4bef1f52d5d81aeb850f091a2c2422b5ade2660b53061b41 0.02 MB 69 139
195,001 195,001 0000000000000443efdd88862b1dc1221b6ed517d3862822d614bd213889e68d 0.01 MB 46 191
195,000 195,000 0000000000000716889a0c9c7d773f1cfa65cdd6a60a2a9da18b55c9a1f14a33 0.02 MB 45 81
194,999 194,999 000000000000032add834de493750f59105fcb536f3a2ecf4742f95a701eb7d8 0.40 MB 1,114 97
194,998 194,998 00000000000006a19c05d1d5490dce7ee9dbd4c8e3fa75815aff4562a6fc4ef8 0.14 MB 388 143
194,997 194,997 000000000000006f0c5eb2e5061c869027bf6a66e29e3cc00f229130466be090 0.07 MB 140 95
194,996 194,996 000000000000015be994250fd020a94515e1bf8c38e7a13e0ba3f28dda114a65 0.12 MB 256 127
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.