Memory Pool Memory Pool Refreshing

1,109 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,402 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,109 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,401 (817,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,888 90,888 00000000000381d894c7ca76b9a3b89149a4c8c067b4a64b9863adf71c036258 0.00 MB 1 0
90,887 90,887 0000000000099c6c910c40f4e9c6f0f3c367e8eb2330bac024cbde17cae56e71 0.00 MB 2 0
90,886 90,886 0000000000007f864fdf1bccde804a334824c08fb1341523c5e940d3ce2c85ba 0.00 MB 4 0
90,885 90,885 00000000000be5e58ac4092ef98e179682ec2c9d7f8c7f737a0f9a44933af141 0.00 MB 1 0
90,884 90,884 00000000000c120581b0d02a0369c1d026e9b6e3ce18358c513a96eb93238a48 0.00 MB 1 0
90,883 90,883 000000000006fdb1c7e7413e40dd0e32a2fd730f4d6649c0916e339fba3d2cb8 0.00 MB 6 0
90,882 90,882 00000000000ad6bf5f2ba4583fd8c2c3b11ae0ab1555f4c51acd632ffbebdeef 0.00 MB 2 0
90,881 90,881 000000000008ee32ab131bdadc4862bd0620e232be529963146519ebda0e230d 0.00 MB 1 0
90,880 90,880 000000000004a87abe278025569600f4d3bfd68ac11e0c40cfb4d208f10adc2a 0.00 MB 2 0
90,879 90,879 00000000000d52746634916e54d2f6d0e2a0694b3c7fc093b69183e7cc39fca8 0.00 MB 1 0
90,878 90,878 0000000000080ff6914a4525f726d9b017d0418c54c59950fd48a721f2e8c370 0.00 MB 3 0
90,877 90,877 0000000000012f7cbe2d40be49dff8f0f65e151a8e0cd4d97f9c07d45d0eee18 0.00 MB 1 0
90,876 90,876 00000000000b71c47d4d3e1fa39ce446093e4d53fd3b43a4b1b3779f71365fdc 0.00 MB 1 0
90,875 90,875 00000000000626e03e6815bc87368a27c4fce14bdf5d8d47634032faa7b0c107 0.00 MB 1 0
90,874 90,874 00000000000cf534fa2491c3646c0170fb7df6723dc4f1b0d448d48dc5a0610e 0.00 MB 1 0
90,873 90,873 00000000000acd6d7d40ee238a6091922fb4b4f3e8dadd4b2c596b65480ccc3d 0.00 MB 1 0
90,872 90,872 000000000002e5c9df1a3d45eb65cb535d4ea8e9b041a7f34325b24f440026dc 0.00 MB 1 0
90,871 90,871 00000000000113ece61175104072b806fa1fb211e1f56c2ac33a204d9a135d6e 0.00 MB 3 0
90,870 90,870 0000000000069690b477f4fce2d39c2ab27a46f6389c2777844540aaae988a3a 0.00 MB 3 0
90,869 90,869 0000000000006965bdef0806e151f1f8dda1fb0a9189759d7e27c91c5daa5df0 0.00 MB 6 0
90,868 90,868 00000000000a464cd48c0f969200ea9c4f47cdfb351f85abdfb441f38c9d9f74 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.44 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,709.18 GB sent, 99.29 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.