Memory Pool Memory Pool Refreshing

1,344 transactions (0.45 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,814 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,813 (865,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,839 42,839 000000002cf1bed76f25574e706bac5665426ea412fe6957eb5884c36c44652d 0.00 MB 1 0
42,838 42,838 0000000031b52f01794b3cf03e6ac0129e525e9b44a4fe403dc087db4c176c3d 0.00 MB 1 0
42,837 42,837 0000000025a6f73d7b1ad01ae8ee1c93a02768961ee37dbe576bf4dd1643a2c4 0.00 MB 1 0
42,836 42,836 000000000a4eb35f0866c6e5071335eb570ffe24f39e49f6ea66e27475f68063 0.00 MB 1 0
42,835 42,835 000000002380e06f2b53f9444c9c7e2f855faefb824da7e7da8a78461458d91a 0.00 MB 1 0
42,834 42,834 00000000401eaa32b451f1fa5e37a11165c0fb7a434e8a53830626eb3d33a488 0.00 MB 1 0
42,833 42,833 00000000292b1d748285899b48d871bf8afc38459c1936efffb42d055580874a 0.00 MB 2 0
42,832 42,832 0000000013cf7d121595821d77c774443be62ffae3b7b9e35eaa35d54305f386 0.00 MB 1 0
42,831 42,831 000000003853ac1b4b7c9348009f8f12009b41b206c1c7a0c80146f5d241bff4 0.00 MB 1 0
42,830 42,830 0000000038f607076f29e3779de3ea6f90e610d9ba61bfcea8e9de4a29587814 0.00 MB 1 0
42,829 42,829 00000000242a618641b43578edb9e97aaef5d45cfcdc96d05877b8966aa7dac1 0.00 MB 1 0
42,828 42,828 00000000224b99a11ef984af6e3df6bd080ecd71d23ce2058125291842d5f496 0.00 MB 1 0
42,827 42,827 0000000039dc3a847dc597c578709d17978182eb9c8f9b7c73c018369b3fb5fd 0.00 MB 1 0
42,826 42,826 00000000096e5d7cbd7d4c904faa508d2e577a3c74b3746f7849f355659fddb0 0.00 MB 1 0
42,825 42,825 0000000023c803e64bc87c69ae92acef8369b1efd9939b28534937c1c3025565 0.00 MB 1 0
42,824 42,824 0000000040269010a6d870392196a669a5a77de44c510d9a5a4a2f856cc87130 0.00 MB 1 0
42,823 42,823 0000000040839c5ef0e4a80ce3c24453c0f257863ee1f3be4d53910dc6579596 0.00 MB 1 0
42,822 42,822 0000000000faa380388cc286457b20b3de7fb6dda72d36685dc663af2638f35b 0.00 MB 1 0
42,821 42,821 00000000192ec89bf97a5ac9295a732e735bafb27798e41692bb94dae3ad6955 0.00 MB 1 0
42,820 42,820 000000000b89b320d5b2c4da780cc359c4c9400f9c78e3c6bcfb8c9cc315fee7 0.00 MB 1 0
42,819 42,819 00000000070cf15cb22bed68c5bdc16284ac2e2e5020d2a5d1f31c6a8baa190e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.21 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,857.61 GB sent, 103.12 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.