Memory Pool Memory Pool Refreshing

1,529 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,271 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,270 (802,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,801 105,801 000000000002e7ac242af582a23cbe491e800920d608b4a343279178d77320b6 0.01 MB 33 0
105,800 105,800 0000000000020bf196bc3926d908b66dd8a163a0aa58ce4e54fb56197ab42780 0.00 MB 3 0
105,799 105,799 0000000000007d929f07b260171efb0e509847a0049ba22b05aa482e8978af1a 0.01 MB 3 0
105,798 105,798 000000000002ed6b8c4697d0af38e32d77e830a369c9d8d2b5c61d470a797e66 0.00 MB 1 0
105,797 105,797 000000000001b044b9d1908a922364bd67562892b071936b72b731f88a990de6 0.00 MB 1 0
105,796 105,796 000000000000d51065ea2f45d54d874059639fecab2a13cf19210abcb4e026b7 0.00 MB 1 0
105,795 105,795 000000000002b6dcd541c7a517e5094b0fe033221646d59c042d6195ed0a844c 0.00 MB 3 0
105,794 105,794 00000000000086fdaa528e56cb1f59abb50a9de75b2a8762dc33bd7c24bda903 0.00 MB 5 0
105,793 105,793 0000000000007d2899da523f3750d6984f6f12cc2f19446a1aca2ec126f69011 0.00 MB 1 0
105,792 105,792 000000000000c4d403f2d3ebda196b96d269daf1b2570aea46814a368a1fbac3 0.00 MB 1 0
105,791 105,791 0000000000011563ac6a612f743e39346468dd2582531afc7545b4b91a46b418 0.00 MB 2 0
105,790 105,790 000000000000a75432789df0bd9c4b74d208c2ee2c20581f658fd56e28778744 0.00 MB 1 0
105,789 105,789 000000000002e109dda85d0aa1a8418337f287b06aed5cd075c59e5e901a6472 0.00 MB 1 0
105,788 105,788 00000000000124ce6f9f9eb912b1fdf77ef4a54e50da20b7778f31a3e99ec943 0.00 MB 2 0
105,787 105,787 000000000001b75bf83fb1a3d71fedaea8da5cb743f27bf141a96a308d40bd1c 0.00 MB 2 0
105,786 105,786 000000000000bfe4ad0ce4966c9a435fc0de657dd74d6fdc2dd4a3ef08e5fcf3 0.00 MB 3 0
105,785 105,785 000000000000e0b1d25ce6d04be45be9c7898c78ab30f2b256837aabc4de7540 0.00 MB 2 0
105,784 105,784 00000000000077a57ab3e87398400738476b80d59e43ec22e56e6b35721adf95 0.00 MB 4 0
105,783 105,783 0000000000022c96d00f74ddcf2a19ee765607fde7b84e3d71b1911b19795a55 0.00 MB 1 0
105,782 105,782 000000000000740bb79d19e605cb7366fc7ddb15a492d88aa36ac98b1ac7bc4a 0.00 MB 2 0
105,781 105,781 00000000000091aae176e27514b59d4a37030276e969b11a5f3669cbc76042e7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.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,691.55 GB sent, 98.13 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.