Memory Pool Memory Pool Refreshing

7,958 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (757,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,839 149,839 00000000000005de7563df25971b407c217518570c3e44122ab22a3fcadda38a 0.01 MB 25 375
149,838 149,838 0000000000000b513759b880eeb74353bcaa3161c8c5e58b06eb116d3de6ab3f 0.00 MB 11 65
149,837 149,837 00000000000002e8fd80ac0e0e703c366450c62f0be935d7b1aa4557a5ec397b 0.00 MB 3 97
149,836 149,836 00000000000001cbf933c43c7e836627cbedb0c7e69d7527bc3aad582ae9f43e 0.01 MB 10 121
149,835 149,835 000000000000050b45dfb31f4248d8dfb8fe95b30728c7f91e3e46423f7d63b0 0.00 MB 5 82
149,834 149,834 00000000000004d352a2a20b8f80a7eca1320e8e3cf378948eb905bddd53f835 0.01 MB 51 107
149,833 149,833 00000000000001a89bc33c17e1511873b28ef8d2e361be416f2ee536b4c13a64 0.01 MB 31 218
149,832 149,832 000000000000040b2b3dca81d3116f603abe996935b0495fbd2579aedb345983 0.01 MB 22 75
149,831 149,831 000000000000038b300d3bbde4937007df3871604525c5c2cda667c783856d1a 0.04 MB 120 49
149,830 149,830 00000000000006ba36e93579844a38d988008d323ed4ed155c854b23db5dcb3a 0.00 MB 13 178
149,829 149,829 0000000000000611ed8a18d3c21d13edc53c532306c695cb77ffe5a09165e49b 0.02 MB 37 1,168
149,828 149,828 000000000000058790487b11d23229e3156d83ac904cbf06ddc2b1af10a58fbc 0.00 MB 7 104
149,827 149,827 00000000000004f05bbf92600eb587b16015e33228570a01271a20ec690f3385 0.02 MB 63 35
149,826 149,826 00000000000000d7c1671a94aae24d61c2d28e657b0ed7aa67a8f5eea007e394 0.02 MB 34 274
149,825 149,825 0000000000000a4c7edded49de85d909aa8bf1ac24d6ec5eae1034722b14b176 0.01 MB 32 113
149,824 149,824 000000000000050c2e5784214f37a64865bbb8b05cb0a57c904220305337e2a3 0.03 MB 67 115
149,823 149,823 00000000000000056ceeba9a8391ee4c0cd97b34c27ee0c0f72e323f1f72f2e5 0.01 MB 13 198
149,822 149,822 000000000000078db708c7ef1eb3cc1fcb28483e7fe23e9b99388e7b3f4fa422 0.00 MB 12 0
149,821 149,821 00000000000003cd052111b494140a8e01e59695e605dc8d7d924d3bfb3ef4d9 0.00 MB 11 253
149,820 149,820 0000000000000770ef7dc84a1583dd1cfb372deebe50ed89f0d95a4ea5be7f6d 0.00 MB 12 35
149,819 149,819 00000000000007a4ee38e6b67831016edbdaac0931cef9b800fc464856dd2eee 0.01 MB 22 170
Previous 10 blocks ↓
Total Size: 769.03 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,625.40 GB sent, 93.03 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.