Memory Pool Memory Pool Refreshing

8,496 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,965 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (216,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,918 690,918 000000000000000000040a9bde370494814e7b4c33631ff916cebbb1b2411c55 1.38 MB 2,259 26
690,917 690,917 000000000000000000112bd1c00e18dfeeae49ce4eacd28fda5f0958f48fdc22 1.26 MB 2,674 58
690,916 690,916 00000000000000000008220a01d0ce8587e34075c2311d2b0a6eca7005912427 0.40 MB 725 31
690,915 690,915 000000000000000000103e06bbf5242d5fc5964574d5964d0f0327c7c837a3ce 0.08 MB 155 31
690,914 690,914 00000000000000000001cf7fcd993d61a1de2411c2ed5ae4209d73d89b37e37f 0.83 MB 1,211 21
690,913 690,913 0000000000000000000aa430a65f2ffae4287c027573e1d0c2c317c5e80cab9c 1.17 MB 1,346 30
690,912 690,912 000000000000000000097cca8a37aa68bf39e3941e3ff71f8c07b3f5d99e6e21 0.05 MB 147 32
690,911 690,911 0000000000000000000a60426b2eca695ffe49b8d145a1883084938bfa167ebd 0.77 MB 1,390 29
690,910 690,910 00000000000000000005e8ffbe966d5307ed329c497f2227faeb37f7909a3389 1.13 MB 2,122 30
690,909 690,909 0000000000000000000a99afd882610c560fd2c5c4524de5c91f5907f61bf0ba 0.57 MB 1,145 35
690,908 690,908 000000000000000000016447d3b3b1fc9a50ece9a64042143fc6352aa53e65b5 0.56 MB 734 22
690,907 690,907 000000000000000000002cf177ce74fe7280942ae01d4f70517b892eecba568c 1.95 MB 792 13
690,906 690,906 00000000000000000010780665e5a643f25f610d77472d477efe9d8ec7f5ea8c 2.21 MB 364 7
690,905 690,905 0000000000000000000864eb3dd7d100cda8f301c6ce9a32e3247bdf313db181 2.04 MB 462 6
690,904 690,904 00000000000000000002790efba8a431152f1d562d117962a335f3777ab32c9d 1.60 MB 1,943 18
690,903 690,903 00000000000000000009b7785ad38add323c91c3b1ef5ece9c849fe9457a7a2b 1.32 MB 2,530 41
690,902 690,902 0000000000000000000d61fbff6ec11de874125153020020f228f6ff46501157 1.51 MB 2,232 36
690,901 690,901 0000000000000000000832d9dec1309918478255b158a8569f0b4080f6c1a45b 0.50 MB 719 17
690,900 690,900 000000000000000000056db4512cc355cd93b95bd1e940c4279fc6a6b921fd8c 1.22 MB 1,190 33
690,899 690,899 00000000000000000009798a3c0a0315241d9bb14840797278340474cc08021e 0.62 MB 989 35
690,898 690,898 00000000000000000003e4f7237d98823aea4ac7f49a546c50b601dfa190b76e 0.48 MB 929 34
Previous 10 blocks ↓
Total Size: 769.17 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,633.27 GB sent, 93.78 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.