Memory Pool Memory Pool Refreshing

189 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (103,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,881 803,881 000000000000000000001c91f1bd6b0368896261f722958620b5f3ca9521b477 1.67 MB 3,846 8
803,880 803,880 0000000000000000000104ae688772c93b6aeb15940d13641713f3cc49ce2440 1.56 MB 3,248 15
803,879 803,879 000000000000000000028bd404759a67f88639188ff4d56a98f0273f1ca086dc 2.01 MB 6,187 6
803,878 803,878 00000000000000000000c01e6f305fd66d8c9f102b7e218731db5702118637c3 1.78 MB 3,616 6
803,877 803,877 00000000000000000002ed60a5fffff053cd8fce4782036db2335fb4d26c0777 1.42 MB 3,290 19
803,876 803,876 00000000000000000000d4e3dbf7bf13c0c30c0bfabc9a9ddebd060205ac0c15 1.47 MB 2,664 11
803,875 803,875 000000000000000000028059b5dbf7da9e572a23577d4548303059f16f47bf7f 1.97 MB 6,212 9
803,874 803,874 00000000000000000000de67aa78dd5a5a2650aeaadc5b35e75e7278d9eb90af 1.52 MB 2,624 11
803,873 803,873 0000000000000000000388980219983ca1806ade4016fd15ea675e66bbafede7 1.93 MB 4,423 12
803,872 803,872 000000000000000000051b4f687c678a6f7cd085fa1d44f36b6acd0429162644 1.85 MB 3,142 14
803,871 803,871 000000000000000000041d6f37ea490844976fedd483dee5188a79965e04c969 1.74 MB 3,610 9
803,870 803,870 000000000000000000017b5e967fbd430c604c163bbdd2be0629cb48281c6e34 1.79 MB 2,680 15
803,869 803,869 00000000000000000002b4fd2a07c5c08705561f15fa0437829660292d630ea2 1.60 MB 3,285 14
803,868 803,868 00000000000000000002a5678008a73fd1855309bf60308da53c9ef1db50b76d 1.83 MB 3,347 13
803,867 803,867 00000000000000000004b3c97ba26258a0216d8e0634311056bc69593bcaeab3 1.62 MB 3,110 13
803,866 803,866 0000000000000000000053cdbc533622732bdef864b1da10589d5bc7076837a7 1.65 MB 4,029 6
803,865 803,865 000000000000000000036dd625295dcb6deb631a8bf13a248e72bf80fe1a25ed 1.90 MB 4,126 8
803,864 803,864 0000000000000000000309aea65d3197b1d226994372b2c1be8d0f80bc412d22 1.48 MB 2,450 18
803,863 803,863 0000000000000000000359ee2b0a1c9a56f4c68c9d564815a548f215a87e47dc 2.09 MB 6,330 7
803,862 803,862 00000000000000000004f8c7cc9ea8ebc69db920f0de5c0ce166d95b59c71ceb 1.95 MB 4,456 8
803,861 803,861 00000000000000000003e3e2eed23ce02428729d498db83af341895bbdaa18f3 1.75 MB 2,255 13
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.