Memory Pool Memory Pool Refreshing

527 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 523 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (51,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,947 855,947 00000000000000000001c2b0d9c6e506d1ff7198b19faf55abb37527394d09fa 1.50 MB 3,056 12
855,946 855,946 0000000000000000000006d4d6433468390131d21fa4a382c7f87e81d2e40f38 1.53 MB 3,403 9
855,945 855,945 00000000000000000000d27e965a3fe68468846e2b3ea12dfa77448be906d10e 1.39 MB 2,560 23
855,944 855,944 0000000000000000000108514021cd6ec5a16ed8b09dd1fb41d053e7a53f5ea9 1.59 MB 2,903 6
855,943 855,943 00000000000000000000271cf32372166754475504fd0044b3cdd629a8aadf83 1.59 MB 3,316 6
855,942 855,942 00000000000000000001b44f75b689504d1a36bf6f07b37abdcdab144c7ee22d 1.49 MB 2,993 13
855,941 855,941 00000000000000000001410c02a1666791a0efdcb4c34f1a7b648d4531c98d96 1.56 MB 2,205 6
855,940 855,940 000000000000000000029b1a71f57a9f83d08b77366e558528a4123f7ad10603 1.62 MB 3,859 5
855,939 855,939 00000000000000000000c068563a34806e3e0fa919024f68611b4327cab51a0a 1.72 MB 3,672 3
855,938 855,938 00000000000000000000cd575cdb656f03f0e6707ba91f938abe2786d864001d 1.54 MB 3,466 10
855,937 855,937 00000000000000000000e74923ea72f34d42d8df82942f626bf03a9f9502b38a 1.64 MB 3,420 3
855,936 855,936 00000000000000000002c3e70de1ecdd7ebca62c98a0fba8bdf4901f79aee02d 1.63 MB 2,737 6
855,935 855,935 0000000000000000000175c8c8034d43233a2c53e59a91366b8688f36d94cfc1 1.60 MB 3,090 10
855,934 855,934 000000000000000000019bb450eaa78cfb282f52b839cbd6a3a6d6e52beb97b0 1.71 MB 4,065 5
855,933 855,933 000000000000000000025fba2676618a1189a0524e5edfbfddd2af009ec5c8da 1.59 MB 3,378 9
855,932 855,932 00000000000000000002b788b65f6681f123c228f8459f4bc1718684962c9353 2.07 MB 3,854 5
855,931 855,931 0000000000000000000221ac3b0dec794cf6481db7ba9a826dc24778dc0e089f 1.66 MB 3,736 8
855,930 855,930 000000000000000000004973fa54dc9ae9ad992b0796663fd80bccbc79ee11af 1.72 MB 4,090 9
855,929 855,929 00000000000000000002be6e44a7c8df805698426e3d525f82daf9e2cb42b58a 1.57 MB 3,482 8
855,928 855,928 0000000000000000000044a68a9fba807aa82654628fc2c700cf792b57e62154 1.34 MB 2,286 7
855,927 855,927 00000000000000000000f3ab73073ad8adce0213590003483a558a51284cae9b 1.88 MB 1,512 10
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.