Memory Pool Memory Pool Refreshing

9,171 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,030 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (108,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,959 798,959 0000000000000000000055f22661b29576af60ee403d39fd7ca305bb34035b77 1.71 MB 3,040 9
798,958 798,958 000000000000000000032d2972f40da27b35b8992fb251a51afdb04143850349 1.62 MB 2,879 20
798,957 798,957 00000000000000000001a4c261e0c12e1f0228daed814d94e4d450efc6cd014d 1.59 MB 3,375 13
798,956 798,956 00000000000000000000b64864dcab79b06e6e76917cebc64aa46aac1b474bc7 1.82 MB 4,478 9
798,955 798,955 00000000000000000001577bf1595294b955a58fdeae0fe985b079911582ed9f 1.88 MB 4,575 11
798,954 798,954 00000000000000000004996f4a4a99c83d62a2594d5467208e7de898aa50f07e 1.68 MB 4,134 11
798,953 798,953 00000000000000000003a285aff11e7a3751df245eabb29ee0193f0c25a337c6 1.51 MB 3,682 24
798,952 798,952 00000000000000000004a6697baf05784602ddcfae1a34f205648d7c97e3485e 1.56 MB 3,212 13
798,951 798,951 00000000000000000000686882107e411b13f5a0846ad827c64a98d0f6dda860 2.04 MB 6,021 6
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.