Memory Pool Memory Pool Refreshing

16,260 transactions
5.41 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,172 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (17,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,834 889,834 00000000000000000002345d6fef14be2a4130220a9915c5dc8808e2f1f17555 1.65 MB 3,470 6
889,833 889,833 0000000000000000000167f2980cb43e10edd039baf1a9b1f08fae2d2c5f3904 1.62 MB 3,272 9
889,832 889,832 000000000000000000005fa024faebec3fa6b310a82ffd60b75baeaf578cd59b 1.85 MB 2,576 9
889,831 889,831 00000000000000000000cf2ea59c18fe184f9d5940fe46b9fb60eac6d353c7c0 1.51 MB 3,735 10
889,830 889,830 0000000000000000000190831ab103edd67eb89d2aa0f05d155a6990036866c9 1.68 MB 3,490 7
889,829 889,829 0000000000000000000228f9f574cc59d65bcdbbba95b5b0dc69b0da6313226d 1.49 MB 3,459 12
889,828 889,828 00000000000000000001462479aa57798b103b66540663d20447c40fc3f576c2 1.55 MB 3,772 4
889,827 889,827 00000000000000000002694590ea85b86149b4256a036fbaf8d4a185e07ca3c1 1.47 MB 3,506 7
889,826 889,826 000000000000000000000d9c8a200633d8918c9f1807a13c1c5bdfc80d57ebcf 1.59 MB 3,318 4
889,825 889,825 00000000000000000001aa3129fd9ad8aeda5681a8d5666c2ccaa3b3950a662f 1.84 MB 1,957 3
889,824 889,824 00000000000000000000314001dc31f167d370aed54963a68cd0e77eeb8cd43d 1.69 MB 2,449 4
889,823 889,823 00000000000000000000f8e3507b01ead941639591748b47399a512d0edbc199 1.63 MB 3,109 5
889,822 889,822 00000000000000000002445beae1f012047c92b481601fb8658e951ce6de91c7 1.46 MB 2,512 4
889,821 889,821 000000000000000000019fa7c3d82f4f248763591f625f07b601e75cc839a6f4 1.54 MB 2,893 6
889,820 889,820 000000000000000000000fbf2d40b57c6522e8d273c88821449abd104ce8d6e9 1.11 MB 822 4
889,819 889,819 000000000000000000016ea69505507e4128910ff561b82896c5921a364b3b75 1.72 MB 3,022 9
889,818 889,818 000000000000000000006bbc951dcec149f7eeb4a678e6e58a67ad9db86ee4a4 2.05 MB 1,327 2
889,817 889,817 000000000000000000015e000fec746fb44665ab54eb7a8b43d99ec817c25d12 1.69 MB 3,099 3
889,816 889,816 0000000000000000000210fca25ecaec8625590add801e846bf64bb131dd482c 1.69 MB 3,987 6
889,815 889,815 00000000000000000000bab63f65f5734ba3cdbb21cc028ae69800e8a938270b 1.78 MB 4,023 4
889,814 889,814 0000000000000000000048940c4f95501fcd04eb51ab5c664e2fd784e2b0fab5 1.79 MB 4,986 6
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.