Memory Pool Memory Pool Refreshing

5,238 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,149 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (711,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,879 195,879 00000000000002c57a6b1e8a815ef32bb40644db32046ff9e54943444c981d9e 0.11 MB 286 241
195,878 195,878 00000000000006b433b570c1e557c460445cf8850face63cc8f8112069d3a271 0.02 MB 81 11
195,877 195,877 00000000000003514d986eada1ee881400691f4bb03b941f6ebfc3d042951d11 0.25 MB 825 140
195,876 195,876 00000000000000c68f29828a19fd0491bc32fb501c9e734e96bc11f0384fe528 0.18 MB 512 221
195,875 195,875 00000000000002437e3bce32107b8fed2ecf9e74813eb2e45a9459021b6e83bf 0.03 MB 112 600
195,874 195,874 00000000000002e4260a760fb33226dea8bcc9126ab47c742c6437da75166809 0.00 MB 11 296
195,873 195,873 000000000000015ffe15e5057ef2e384989063469f195870576d3528cf451857 0.25 MB 512 185
195,872 195,872 000000000000063c477dfd1cd91d3ff6c7b8348b396c1b2d76e0b5095ca124fb 0.05 MB 143 291
195,871 195,871 00000000000001188d0a7601e1cb12b4e73e21f75cc51905ce2c54e5b99cbeca 0.25 MB 710 304
195,870 195,870 0000000000000184118cd0fe91948953c8b0f49057059a64eddf453af57bc11e 0.18 MB 506 213
195,869 195,869 00000000000002a6e0218934a8f7cd3a53f11f0e6438bd207f0d7823534fabd0 0.02 MB 76 91
195,868 195,868 000000000000041d69cdb800a4f694fb21eee361d675c08145706b87832286cb 0.08 MB 184 118
195,867 195,867 00000000000001680af30245457f75a68db68e64d04ea575c1321edc98357394 0.01 MB 28 133
195,866 195,866 00000000000003090ceb9a851ff6d611a9032e6084307eb92fce7d3c619060e3 0.06 MB 154 133
195,865 195,865 0000000000000018a29cb754d4b9e3087616d0f0bff784b8f6f03f90caf77cb5 0.08 MB 104 88
195,864 195,864 00000000000002fdcd449e791b44aef7b611d2fe247ec010db1efa5fbb568f40 0.01 MB 50 41
195,863 195,863 000000000000068ddf2141d4174f5de7df2857d69cd0869f65d41afc5a8a4e02 0.05 MB 122 131
195,862 195,862 00000000000001c4bf3a794241cd9db9f5073d4c29e241e7ef53bd83f45e149c 0.00 MB 12 624
195,861 195,861 000000000000069d3c76cc7ad1d1faedb50dd60275649f849f2f1c77a8290223 0.07 MB 191 170
195,860 195,860 000000000000003bafe53f423cb1ad772b0f2edf17c0dabcfb9ac092ce89a2f9 0.04 MB 98 121
195,859 195,859 000000000000044adb37b4d293f4f432adf091171c4ddb8ba09203b1f1c7277b 0.06 MB 153 177
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.55 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.