Memory Pool Memory Pool Refreshing

8,767 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,168 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (851,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,934 56,934 00000000076b75055794b75ef3381e38cdaef5a0b7ce1fc7420965e3398a73f5 0.00 MB 1 0
56,933 56,933 00000000131b504bc6ff98b9c479129975bb37e3d1ff65060e1afcfbab1d45fe 0.00 MB 1 0
56,932 56,932 0000000009d55fd9522779a0aab18cdcfa3b11944b39c10671f9ab01b626957a 0.00 MB 1 0
56,931 56,931 00000000047f66419de50ea0be94c8a5bf1f78310ca5108906d6a58513082912 0.00 MB 1 0
56,930 56,930 000000000a069248b3b51c7583b97a5b41805c49bc478edf546b9020a4ab1f6a 0.00 MB 1 0
56,929 56,929 00000000007444593a94b3d5666df2982035f0d9c2f014ff1100a64845683a5c 0.00 MB 1 0
56,928 56,928 000000000a5783708efc9ead50a70eb75ac4f5facbc4d26191dab7679ff7cdfe 0.00 MB 1 0
56,927 56,927 00000000155891f51002c01e7bf2e64e6ccc2a647a0b15ecbfdcf5f73db593af 0.00 MB 1 0
56,926 56,926 0000000014690f293a6e57600df4f9d7ae7b4bf14b0569c96732690b4175901a 0.00 MB 1 0
56,925 56,925 0000000001af8c0acde2be2fd7b8846b0bbde87586e917ec411e57bd15f808c0 0.00 MB 1 0
56,924 56,924 0000000012e1aff4d0f654f5767eb68898158812515e4562488d11f03e6e10b5 0.00 MB 1 0
56,923 56,923 000000001260bde9a45f5b8ff0fb580425c4d72cd0243dde73fe46b366963afc 0.00 MB 1 0
56,922 56,922 000000000208055b3dac8096a308419b199b44bbb3724f240b0abb6f071c0f00 0.00 MB 1 0
56,921 56,921 000000000158d8b6c54fb509c37457a03826dfb46942396ced846ce4f9aa3af6 0.00 MB 1 0
56,920 56,920 000000000d56b1d4462c57dc632c2a0a22bd95034a5af2cb3818718457cd3b64 0.00 MB 1 0
56,919 56,919 000000000947b52eec1a261e695433ece882a69b55f4555a39f0a06a7865fab4 0.00 MB 1 0
56,918 56,918 00000000111c8ba0747e2922645d83ef4608e91a6688218e005a7ad805d18bf4 0.00 MB 2 0
56,917 56,917 000000000bbd36aa198f96fd2f495ca234180c019733c25b8e4690820d8a1214 0.00 MB 1 0
56,916 56,916 0000000009a4f68fa9b3811e6aefc07ef6eb2932e9b5de10ae8a54d67c8179dd 0.00 MB 1 0
56,915 56,915 000000000e9b840d749534843045d87b3e0c3d36bb4d2a2ae667cd6e60c767a0 0.00 MB 1 0
56,914 56,914 00000000056933988b5c787b9efe54c386c6f5a72ab669923361715cf2f7ce54 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.98 GB sent, 100.59 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.