Memory Pool Memory Pool Refreshing

13,959 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (733,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,932 173,932 000000000000042bd18e21d79cebbd84488faa31769b54202bfc25765a3484d2 0.00 MB 7 394
173,931 173,931 00000000000008c8aad23daebc6f82f969c5bed9521efb96c7e054e15591eb52 0.02 MB 58 716
173,930 173,930 00000000000004101c84684bc420f33a81f83107d9fb2e9d4f440639d7a9dc75 0.04 MB 122 99
173,929 173,929 00000000000008b193b9e53db1c5b2e07f5fdae0091fa5029668e5fc93908137 0.06 MB 40 180
173,928 173,928 00000000000000668f94fcb9e567e766f6cba58e22dc8f9d3e005a430b0256cf 0.04 MB 86 133
173,927 173,927 00000000000006a156bd20e7a35f06d1f64704798c5888232d0a39fb6a509c7c 0.01 MB 20 161
173,926 173,926 00000000000003324d20766b91fd087fc9b44b5080e9aae2be05b69897b762fa 0.00 MB 1 0
173,925 173,925 00000000000004e3e7f66274c7a93580c6dbf70b47b763a79fe8fefd09d327e2 0.01 MB 22 94
173,924 173,924 00000000000004b8782f2487b1cd136d55f4a3a20afe5e0be183252fbc479341 0.02 MB 57 146
173,923 173,923 0000000000000422f513bab0ff84198bd010b5dddef518d283563987ed3f548c 0.03 MB 84 125
173,922 173,922 00000000000003a29a7003a57883cb1d6f751220242e1868002370f5a406b65f 0.02 MB 45 246
173,921 173,921 00000000000002a08a1a63a1417508df663b614d534123b476b6eaf39152d186 0.01 MB 40 99
173,920 173,920 00000000000008f517804617162d9a3ce4aff2120e02623155f125404bbc7784 0.04 MB 68 301
173,919 173,919 00000000000000de6b7e7dca3b9221a09e3851c32357d367a433eac717726f3d 0.01 MB 22 16
173,918 173,918 000000000000092079b66cc6ae3a3e58c90314c450db860b626e7bb7654e5340 0.00 MB 6 83
173,917 173,917 00000000000009e81c6b62e0c2974c8a53a886082931011e9413cfbdbbf1018f 0.01 MB 50 14
173,916 173,916 000000000000015edbc82d3f7ab76d75157eed6d8f68d6c72e0b1e0291c6acd0 0.01 MB 14 68
173,915 173,915 00000000000005b156f865ad71056a026839978c6e7e8d6deff4445a9dae180b 0.01 MB 26 29
173,914 173,914 00000000000001d6648b85bd9288cd2a2b57fd2a67d74c3034a05302400b5aeb 0.02 MB 37 156
173,913 173,913 0000000000000a38aa51c2f331fca467904e49516c49d99f8e4410b8cf476fe6 0.00 MB 1 0
173,912 173,912 00000000000004a1f1f90114a715da005d5d37b20cf11183918722daa863c0e6 0.01 MB 14 196
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, 114 incoming
  • Data Transfer: 1,622.93 GB sent, 92.96 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.