Memory Pool Memory Pool Refreshing

7,604 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (278,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
628,939 628,939 000000000000000000006a826c4003a173e24061732f4859a83fdd6332d9b97c 1.25 MB 2,245 26
628,938 628,938 00000000000000000009cd8a0c454d0f71fe5704c2ca9914d085b167b1ddebc5 1.18 MB 2,894 45
628,937 628,937 00000000000000000007d6c99d1dd879389acfef629161ca085b80248e0a2dca 1.33 MB 2,642 76
628,936 628,936 00000000000000000010eb2abf10d6cf935c6c4e31175364f6f03a1c0cd1cb71 1.27 MB 2,869 48
628,935 628,935 000000000000000000002e0258bfad6d22bda51dd9207faf816da58310f09521 1.33 MB 3,085 88
628,934 628,934 0000000000000000000564fc365589e0f76a932d2423fcfcbf80866087424e4d 1.32 MB 3,296 43
628,933 628,933 00000000000000000010ec54fb6da4d06bceb4e5f470ce185d880e58fd774f28 1.32 MB 2,657 69
628,932 628,932 0000000000000000000f56651ce060b0f36b3fc0b9c59a1da87c594e71f460f8 1.41 MB 2,005 44
628,931 628,931 0000000000000000000b9cec9414876a7ed41bc62955cd37adf19b49f0e6b207 1.30 MB 2,663 42
628,930 628,930 0000000000000000000c8d5a5ed5eccbbfd662eb8ca53137f095684333540e91 1.19 MB 2,890 51
628,929 628,929 000000000000000000069c0478e55c01bf26232f5c049be0eaeb698db919f916 1.30 MB 3,088 69
628,928 628,928 000000000000000000088f78c263f17eb43def8403c7c75562918c443f9eb06c 1.39 MB 2,586 99
628,927 628,927 0000000000000000000709ac2bc81d60bb29f55f77539ac3ed363cd229f4a825 1.20 MB 1,958 67
628,926 628,926 0000000000000000000e0bbfc81412e8cf478dc79f5320d6ce02b28110f64820 1.19 MB 3,049 50
628,925 628,925 00000000000000000009c6c4ddc5a6dea1339b12c1630d52332df5a17b492775 1.24 MB 2,942 68
628,924 628,924 00000000000000000001e88a21187b1bc4dbf4e441f7c296ef2b6753b4a3314f 1.32 MB 2,338 65
628,923 628,923 000000000000000000084f804ea082b426979060213dd54423df46bfdcda3bc1 1.24 MB 2,885 85
628,922 628,922 0000000000000000000bcc9cc1b6d3cbc1745d234e1f3d17b50c59083cec631f 1.29 MB 2,902 91
628,921 628,921 00000000000000000006f6c1d7c0793f459ac54891a7660fbeb52a182a7423f8 1.20 MB 2,500 69
628,920 628,920 00000000000000000005951e222ef5dd27cd2e66208ac57da84a7fae1201f535 1.23 MB 2,769 70
628,919 628,919 0000000000000000000c0e0f1aac6b00868a220f35689f0ecabdca4e2e2e3dda 1.21 MB 3,029 78
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.