Memory Pool Memory Pool Refreshing

3,682 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (108,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,950 798,950 0000000000000000000150e2767bf4ba85ee80d4b7bb175d6eae50713accca23 1.71 MB 4,003 8
798,949 798,949 00000000000000000000a01b97e9997b8aa1e86abedcfacc0ecfcf5be22c384a 1.81 MB 5,039 7
798,948 798,948 000000000000000000047457760330f3c6599bb53cc178f1fb3edd3b4558fe1a 1.81 MB 4,553 8
798,947 798,947 00000000000000000002f0d474b38858f6d467f7a09a5fb07a411232dfee81c0 1.67 MB 3,638 10
798,946 798,946 00000000000000000000a27524ccacd33f03c9a46404ef01b4b544f66c0cd90b 1.78 MB 2,269 6
798,945 798,945 00000000000000000004899f70c9515a6ab0aeb8cc00f134eb4dd37bd1d9a3f9 1.77 MB 4,338 7
798,944 798,944 0000000000000000000270ac36e56a354234510e61415ef4bb33901a92dd5320 1.97 MB 5,501 7
798,943 798,943 00000000000000000002f7a2dfdc33ccd21ed4e28f0521a3d5fafa48bc4ff3df 1.97 MB 5,412 5
798,942 798,942 00000000000000000003581b02e22c318c9d5d878bd0b790cfed26106b4dd9b0 1.75 MB 4,523 8
798,941 798,941 00000000000000000004e34374d803bb172ef9958de0e219e1423a6aad123ff5 2.02 MB 5,779 6
798,940 798,940 00000000000000000000559f2d562bbe80850f14d8bc28871a18389739175a36 1.67 MB 3,633 11
798,939 798,939 00000000000000000001e89e79fb1216f4878850f0c23741bb7867bdca2fd08c 1.68 MB 3,957 10
798,938 798,938 00000000000000000002eb31e185d169f4c541ed33a177405d36053f83f949d8 1.73 MB 3,488 6
798,937 798,937 00000000000000000000a3c42d8d778c19e00fd5093591b47bc0e9e34574b905 1.72 MB 3,696 8
798,936 798,936 0000000000000000000448ac8d32bfdd0fdc58a57be261ec3703b083c7606611 2.07 MB 3,851 8
798,935 798,935 000000000000000000022f24bd78e3e6883a88dc06c0bc7b27b9f390f817a0fe 1.30 MB 2,249 20
798,934 798,934 0000000000000000000470206c1bee40765032de1c7565bdd945ff0568760829 1.79 MB 4,836 9
798,933 798,933 00000000000000000003ed460358a83f8163df87a851d8f30b6f8ed9d1d39cce 1.98 MB 5,864 6
798,932 798,932 00000000000000000003abd5486e2399a2278a5ad130aacf31d75c980569ee61 2.21 MB 7,148 5
798,931 798,931 00000000000000000000f03410bcdc1dbc7f7771da5b362c3419f251d0f21d58 2.07 MB 6,361 5
798,930 798,930 0000000000000000000037e74f77ca9c50fef7cdd7e5a966e25f7e14d669c581 1.93 MB 5,014 8
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.