Memory Pool Memory Pool Refreshing

653 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (207,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,827 699,827 0000000000000000000881c979ee41309e2a223ee9116c6191352b640ecfc236 1.42 MB 2,963 23
699,826 699,826 0000000000000000000437b94801614589cb8c76d379109d435d3cd6174a9bcb 1.40 MB 2,741 15
699,825 699,825 0000000000000000000bb92d6c430c3c2dc67a0870d7c5c574c4ea461a19bdeb 1.08 MB 1,635 8
699,824 699,824 0000000000000000000df81eab84723b4fd6717b26f69db774c6b19019dbed43 1.43 MB 1,263 4
699,823 699,823 0000000000000000000b9103775e8f82cd1e479059a9b29d0a5782720e562546 1.38 MB 1,921 8
699,822 699,822 000000000000000000016186687da269e49f8ebef947c0324da0501dbad3c508 1.50 MB 1,914 5
699,821 699,821 0000000000000000000573e0ef5f1e09743d7d493b770726f7cb7637ada48f86 1.51 MB 2,249 6
699,820 699,820 0000000000000000000841df2db294e20df81d2eea553c533529dbcd92c3c533 1.64 MB 2,448 11
699,819 699,819 000000000000000000064a620830edaba938e8292cf46a5864b678796dcdbe98 1.60 MB 2,223 16
699,818 699,818 00000000000000000005f7e647eadc2c522c6dd6affa5c64dad71b022741c47c 1.50 MB 2,793 11
699,817 699,817 00000000000000000009ab9e4b008826b04423022127156b0f13017216337ed9 1.54 MB 2,445 5
699,816 699,816 00000000000000000007e7f984300e17cb77b95d8d6f61b9ab0f44163caa036c 1.60 MB 1,442 6
699,815 699,815 00000000000000000003dcfe2c88849d3348f5921a606ca695fe454250df399a 1.53 MB 3,446 3
699,814 699,814 000000000000000000089ede46320a6f660022912631a9acbe06cc99e1df4f62 1.55 MB 2,475 13
699,813 699,813 00000000000000000002c4289e0da0ddbb174d5a9a9e3da96a870319abe1cb44 1.48 MB 2,890 16
699,812 699,812 000000000000000000064f3fc87aa7ab9c71073648e53d8d8239304f2e9b2aff 1.57 MB 3,919 7
699,811 699,811 0000000000000000000353e27473da7dc6ad3e90b89eadb7356927f6e20394db 1.55 MB 4,823 6
699,810 699,810 0000000000000000000dec5df85f6eb106c48b6f917185f33a73e52f5c9567da 1.47 MB 3,054 13
699,809 699,809 0000000000000000000bbbee45774498ad2ee340c5c92bdfa9aee202113ed159 1.36 MB 1,722 10
699,808 699,808 00000000000000000000196862858097c105b9113fcbaee8236065fd94c5294e 1.39 MB 1,335 7
699,807 699,807 00000000000000000005b265760ae13d10fbd5042d371b3a3e9eb7c1baa6872f 1.48 MB 2,924 22
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, 113 incoming
  • Data Transfer: 1,632.26 GB sent, 93.61 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.