Memory Pool Memory Pool Refreshing

1,382 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,368 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (5,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,056 902,056 000000000000000000015a5e0560ca9b0a3fa664d1c471c370f2eb19bb725d28 0.27 MB 1,368 0
902,055 902,055 0000000000000000000236829d0cd9a7b19da7343d008d8f5cb29f066ab2eb87 0.17 MB 421 3
902,054 902,054 00000000000000000001aebdc23f655421470c6976443518123a4042388fddc9 0.70 MB 1,473 2
902,053 902,053 000000000000000000020cd4e2135d252bc969cae764ec588f2edfd6e2916f54 0.95 MB 1,796 3
902,052 902,052 00000000000000000001e6fd78ccfda2ab7a9d5a67558714b982e735c3eed525 1.21 MB 1,818 2
902,051 902,051 0000000000000000000003dcbaad5be43fad31ff8f7249db0c1b6fd5ca974ef2 0.22 MB 391 1
902,050 902,050 000000000000000000021405c21b547f961f4278e98bf47d3bfde03ad4a69c09 1.60 MB 2,072 2
902,049 902,049 0000000000000000000116a1c83c6c459b876e8f61a5f81a7be55411bc42e9c7 0.84 MB 1,127 2
902,048 902,048 00000000000000000001c0c2e421266987da04b8481f3598088ebae817c12ad4 1.68 MB 2,412 2
902,047 902,047 0000000000000000000098a84469d9602d9627c403ca8c545533318cd29adabe 0.36 MB 821 1
902,046 902,046 00000000000000000000704e4d2da64d0cb883d31b494eec42f3aebf73bc2ed1 1.51 MB 2,875 2
902,045 902,045 0000000000000000000033ab66bc2b466f96f6bb271a404d44f6b58e56df0378 1.68 MB 2,551 2
902,044 902,044 00000000000000000000addf26aa5bd44007c0275d99347cb0bfd7c7ae13f544 1.71 MB 1,463 1
902,043 902,043 000000000000000000000e41208641d86fb2fea4f3fa252ea0a8c6a101b9b47e 1.53 MB 2,784 2
902,042 902,042 00000000000000000000e76e4636140b2b8dda0b6ba9fdba6bcf72ddd805ae63 1.62 MB 2,222 2
902,041 902,041 00000000000000000001cccbf21b007073640c83d14d9555d0f4100510bbb200 1.17 MB 773 2
902,040 902,040 00000000000000000000f72df072771592464f667eef7f5c4579f0d0d03b613f 1.06 MB 368 2
902,039 902,039 00000000000000000001038ea58a0ea91e03291b8b810398f01ab370cf9734c6 1.53 MB 2,962 4
902,038 902,038 000000000000000000001670191e44f99e3edc38902bbe2e1ed5d4e6c6b768bd 1.51 MB 2,618 3
902,037 902,037 00000000000000000000c9286088b619bd8dd2a26cb5fa797eb1cb991615f3c6 1.69 MB 4,051 4
902,036 902,036 000000000000000000013594e579fd801ebd5b3da7b1076049dc802faaf23d44 1.70 MB 3,649 6
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, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.