Memory Pool Memory Pool Refreshing

5,075 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (604,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,843 302,843 00000000000000001003cb3f045f5e15ae2cd7e5ce2e7a519489d494680e3cc8 0.24 MB 128 13
302,842 302,842 00000000000000003f93eb51e96bffb0034328e2ba649605988cfccde004e257 0.35 MB 687 29
302,841 302,841 000000000000000055789be0fb42cccf52eb2f8a75f30d5bf0178598ee2ee045 0.82 MB 1,352 31
302,840 302,840 00000000000000002c8c00d93bbed7c0f6ba78fde6a738ac798bf08dde7903e6 0.67 MB 530 17
302,839 302,839 00000000000000002b949ec58c06cddfdd1f0adc72a3317997801686867d5af7 0.35 MB 419 23
302,838 302,838 00000000000000005c3bba71e32ef3ff2532634d8ac5afc499f4cd9d04f1e0d2 0.35 MB 832 37
302,837 302,837 000000000000000034e054dfe7354ad2f0cdc772d2f0767c38e2cac2211f2e5e 0.50 MB 1,029 39
302,836 302,836 00000000000000006333e87cffee13b48cd4a3f3f831bcc6485d02e21ae1babe 0.06 MB 131 49
302,835 302,835 00000000000000004bf97ac5c5549f5f368a53d2d8d153d616b557aa8f01955d 0.02 MB 50 43
302,834 302,834 00000000000000005830c5a7400b2d3551cf97ef551ada487d5ff4621961e18a 0.10 MB 146 24
302,833 302,833 00000000000000001d2f10aabc7aae39edd6b200b0ed4bb6b8d08085046e4b8e 0.19 MB 330 31
302,832 302,832 0000000000000000192763913460f201e42328c4e13658433824b692c0ee9e45 0.19 MB 270 21
302,831 302,831 0000000000000000111cda722c4b1a79b785a58baa2e5aeb149ecb30a75aa04f 0.05 MB 87 26
302,830 302,830 00000000000000004f222a76bb54c8bde57857319257a4313d4dac2b50de09b2 0.19 MB 270 29
302,829 302,829 000000000000000033a7e88bdaca0b14b190cced46d0c5667b27bd82d429792f 0.27 MB 360 28
302,828 302,828 00000000000000002283d47ab4292ff4db8863f99dd5e37b5c29248b204bfaa6 0.25 MB 199 19
302,827 302,827 00000000000000001e2e787903c8f0894fa774d861dad72e286f09ec9ddbdf3c 0.26 MB 495 30
302,826 302,826 00000000000000003bedb61e59629c5f2abb403f7ebadb94e125cef2f04ac2d2 0.25 MB 296 23
302,825 302,825 0000000000000000689dededcdc83d7e1338a56e2759711705b94bc64aa2a8f2 0.17 MB 195 17
302,824 302,824 000000000000000023327f214bff8942fc991283c2237b99b50d7f6441dd290e 0.02 MB 33 19
302,823 302,823 000000000000000065105f4bd0eacc257258606a35a32b7ceca80579fc404431 0.35 MB 445 27
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.00 GB sent, 92.71 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.