Memory Pool Memory Pool Refreshing

6,827 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (584,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,715 323,715 00000000000000000a1299a5c2ed2dacde80c3733741306edfb14b0e791efaa0 0.18 MB 207 18
323,714 323,714 00000000000000000d04fc28021606176db2a37a9ff8a2ba7abc216e8b15951c 0.75 MB 1,182 39
323,713 323,713 00000000000000000419288624b39e914f3ee50ae4756e4020900ba8b937fc35 0.00 MB 1 0
323,712 323,712 00000000000000001cdda902a124f2c91aa0f84bb8b20363983cc3d04fd7a0bd 0.10 MB 113 23
323,711 323,711 00000000000000001da47bcc5e946ac54ac3fc12ea2ed32ead70d37e581752ed 0.44 MB 759 45
323,710 323,710 00000000000000000df6e0e4fd4da64f4bfc5192ca325c2301ecdbbd33f5c3c0 0.18 MB 303 24
323,709 323,709 0000000000000000025f5d910204d3e55c8881b83a879a3498bad766b2a37e1a 0.65 MB 820 22
323,708 323,708 00000000000000000db1b1e2a060bec4a892bd95ffc4880cff797ef8e390e631 0.75 MB 1,561 39
323,707 323,707 00000000000000001e027db158b30d931c2225b0b94000e3147762417c41d31e 0.26 MB 498 25
323,706 323,706 00000000000000001c608f96aa3400d30022acb7db77fa7d6b96ab637d850f8a 0.45 MB 550 27
323,705 323,705 00000000000000001d3e7b7e4db2dfc335dffd9825e1c9ae37950805da60e056 0.80 MB 1,010 23
323,704 323,704 000000000000000002f5445249697d046720a54297b65f0814c27043aab828f7 0.12 MB 258 40
323,703 323,703 0000000000000000122b2c914feb4542a68eae10794524b4c89ff40aec66a824 0.04 MB 99 30
323,702 323,702 00000000000000001f1ac470b3791411a43e624c801a1fecba831383672b480c 0.14 MB 227 14
323,701 323,701 000000000000000008958bccf3b5be90436d55b8f41c1b38fdb7dffcce311de7 0.21 MB 226 18
323,700 323,700 000000000000000009af97c7a738e52192548a9c0f17908bc95f6e6722a46c28 0.75 MB 1,081 22
323,699 323,699 00000000000000000db0dac4825ff08ad834e27060eb4c5bdccf11f65a2a9256 0.10 MB 256 37
323,698 323,698 0000000000000000053c53c8bd5bac29621c5fb8dc8c03807c7cce616fb9639f 0.26 MB 547 31
323,697 323,697 00000000000000001f4ae9cbb11ee9dd1726e6669e45afc047028998991dadd4 0.60 MB 1,033 29
323,696 323,696 000000000000000004f832752513b0724ca53f996e23fb36b42264109e6c71bd 0.49 MB 804 26
323,695 323,695 00000000000000001e6e8c164a58746b3f6589a955aece19eaf4242ff7c7706c 0.35 MB 432 17
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.10 GB sent, 94.16 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.