Memory Pool Memory Pool Refreshing

13,810 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (796,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,364 111,364 000000000000d10e65a313d061d5c0eab3bc291272802c5f071cfcf298302a72 0.00 MB 1 0
111,363 111,363 000000000000dda3cbce6e9cb9fcac3cb064ee3dd5ff2f8e964370c59701c1e3 0.00 MB 5 11
111,362 111,362 000000000000b21edead7885990581eac4deaf288dfa821312d513ffa2349279 0.00 MB 4 25
111,361 111,361 000000000000e829cc15a05c6bd0d15bfaa8afe502c312dc3ee6502d90e8eda4 0.00 MB 3 38
111,360 111,360 000000000000677e6265d2b800b1fde23de9d1d55557e6d06aa4999f649e412c 0.00 MB 1 0
111,359 111,359 000000000000c60d01f2db2c10b8267c672cbef8a879fa157ba4ea8d2d5f38e9 0.00 MB 4 44
111,358 111,358 000000000000499d6c63bfba1008fb990aad50d607b48bfa85c03e6d52c568a4 0.00 MB 17 36
111,357 111,357 000000000000007bf7876a95ee9e39834ab7fb3ce169087069f946538b0964d2 0.00 MB 12 3
111,356 111,356 00000000000031014407592eb166ff5e0b0c9ea35c8095c9d6db5b5a87a4a998 0.00 MB 9 6
111,355 111,355 000000000000db0a9da2ac23cdfddcc493a9779da38d7ef6322914059bdeb532 0.00 MB 16 0
111,354 111,354 000000000001241b89182f5bd951bfdce2166463fefc72dc013f099e30952eb1 0.00 MB 12 0
111,353 111,353 00000000000050de084d22a09c3396986d837da566517291b1c53df904703e7f 0.00 MB 9 10
111,352 111,352 0000000000005ee2d73a3d9d249eca7dd06c9489be70824bf0bc5c8cce3dc5b4 0.00 MB 12 378
111,351 111,351 0000000000010fc21ffecbf14bbf2d76a50acf38ab117cf2ec04a8f7e011da98 0.00 MB 12 17
111,350 111,350 000000000000ae8ce53fe2a1c5346e9f0b18316aa635c8c4c2e6d989a7def9a1 0.00 MB 13 16
111,349 111,349 000000000000a69b0bc13c171a8eecc2b90b913bc0ef55737a88b3a664de1b45 0.00 MB 13 13
111,348 111,348 0000000000008a8ac6e3c4c5af903e5804dae6ef5d53a251817b77e88f8f72a4 0.01 MB 19 0
111,347 111,347 000000000000f8cae031211c1af78c1bf1a71a50eeeb4e75b2abcbb0fbff622f 0.00 MB 1 0
111,346 111,346 00000000000057915fad1ae2b0ded9a302a76baeae87692b5e3b3354848574f6 0.00 MB 4 25
111,345 111,345 000000000000ac2025701a16789eeed814e12d467c99a348932e41b0377cf114 0.00 MB 2 38
111,344 111,344 000000000000576de2ac0cc5a9212c705546e9115da12971a42cf79cfda5fa24 0.00 MB 8 533
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.