Memory Pool Memory Pool Refreshing

3,201 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,897 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,798 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (184,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,392 723,392 00000000000000000008f2bde76bdc49a2ccb335ebb8e53fd6b50ba574e102a5 0.42 MB 737 9
723,391 723,391 00000000000000000003ee2e1fb3f0f4bc55a228e7c280d2a36ea6db509aa64a 0.44 MB 802 10
723,390 723,390 00000000000000000003e46441e6cbf80d043b02fcbdb9b59fdeb62101f89ec8 0.00 MB 19 21
723,389 723,389 0000000000000000000989ee57db82316112276a46e7d14d1b6af325a43a29ce 0.12 MB 140 7
723,388 723,388 00000000000000000001d0f053815d77bd7183ff9b284fc887e143ddc3d30967 1.02 MB 1,428 8
723,387 723,387 00000000000000000008ef5d0ef97b5ae563e306c3eadea4c6e748aa45902e05 1.10 MB 1,088 5
723,386 723,386 0000000000000000000294e0c8f8ef140b46bd25ad7331a4819c18bbc83678ea 1.62 MB 2,159 7
723,385 723,385 000000000000000000067d503908de1bfaac1f181f326ef09f7cc368d0f29fd0 1.31 MB 1,590 5
723,384 723,384 0000000000000000000087092537880e95675980b0da04089e5560fea009afa0 1.38 MB 2,474 13
723,383 723,383 00000000000000000003db1a7c8be85916d96f411ebe6549c500f326e242b4bf 1.02 MB 1,675 9
723,382 723,382 00000000000000000001058d05295c811f82571c6f93ecf83da993782252aa34 0.86 MB 1,715 10
723,381 723,381 0000000000000000000331d499bf2420502264b6860333243a996b9e399ecbb4 0.22 MB 345 7
723,380 723,380 0000000000000000000274c4311880df21c8871d02bfa94eda248d0078dde633 0.84 MB 1,144 7
723,379 723,379 000000000000000000031a72806941a507d5390d92693ed504ce54af9c5072c3 1.72 MB 1,177 3
723,378 723,378 0000000000000000000296aa3d584b48683959c93de422255a1ace3d1283bd84 1.37 MB 2,190 6
723,377 723,377 0000000000000000000a2e8bfa4a20bd704caec1e36fc7bc39727c26542707dd 1.65 MB 2,205 11
723,376 723,376 00000000000000000002aa352d135c6ffd5784579456b553f498dee16456843f 1.36 MB 2,450 9
723,375 723,375 00000000000000000009490e2232d4caccb15cffce0d460a6a747cdc365845c6 1.40 MB 2,429 6
723,374 723,374 00000000000000000002ffd4d1a0adb985e68f9f2492293894bf651a75226b4c 1.59 MB 2,430 18
723,373 723,373 000000000000000000088a30e004f56b9f261ec56896de6c0dc8a07e3f87b0d9 0.52 MB 916 9
723,372 723,372 00000000000000000001409e502d8228f580403710fdecf90b06f7199f85bd50 0.72 MB 986 9
Previous 10 blocks ↓
Total Size: 769.35 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,643.54 GB sent, 94.70 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.