Memory Pool Memory Pool Refreshing

2,786 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (43,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,265 864,265 000000000000000000029ad7c816c8a4f79f93e60defbc6aee7cf25e61b46008 1.57 MB 4,046 4
864,264 864,264 00000000000000000002af0693f1c73282516b97031b7d956d07756a6f8a13d0 1.50 MB 6,368 8
864,263 864,263 00000000000000000001376f75d1785015b1c4717b2612a7c1bc8de69817c768 1.45 MB 6,804 10
864,262 864,262 00000000000000000000cd6e3f3ec308a26831d8866ea51beab6b02d3a5d0812 1.42 MB 6,936 10
864,261 864,261 00000000000000000002cf32a666fabf1789ffa4fa4215f78b52406b716936d2 1.41 MB 6,326 5
864,260 864,260 0000000000000000000310254c2c405a46c9710e52a7a7728bac5079b90e25ba 1.44 MB 5,827 6
864,259 864,259 00000000000000000002cb11925574071edd904390823344b7ca616640971081 1.51 MB 4,484 8
864,258 864,258 000000000000000000022e5bf2570eaee0532c0edee2a2682d4a74488ca0522f 1.61 MB 5,517 3
864,257 864,257 000000000000000000031542e9c2b0dbd43b4e7caa3f24537af0d39bfa3997cf 2.05 MB 4,475 2
864,256 864,256 00000000000000000002215bb1138bbc4a7611826b13e532b51d5b4e82eeac3d 1.52 MB 5,713 4
864,255 864,255 00000000000000000001c3a1c78d27f0072f27dc1d0060273e0ef03f1bfc0ce9 1.56 MB 5,721 3
864,254 864,254 00000000000000000001fe6ba288a1b9a14d15d3e915418cbfb54685595b0cc1 1.45 MB 4,434 4
864,253 864,253 0000000000000000000067f8164cd2e75b3ba172cb98cd00f0894faee5c6f763 1.62 MB 6,145 4
864,252 864,252 000000000000000000018ef9990389ca9052a0c1c93b65f780d3071346e531f3 1.55 MB 3,177 4
864,251 864,251 000000000000000000023e7bee6b1b4647411b0279df23c9ad470d91c1b99081 2.14 MB 1,654 5
864,250 864,250 00000000000000000000a085f77681ddf175c74b897758e9f406a17f1a278030 1.47 MB 3,904 8
864,249 864,249 000000000000000000001bf9c32af2d6a8a4f3d50c40f927e0867d4ad9481fdd 1.97 MB 2,876 6
864,248 864,248 00000000000000000000cde89e34036ece454ca2d07ddd7f71ab46307ca87423 1.49 MB 4,674 6
864,247 864,247 00000000000000000001141c91e70decadd60a93f32b70b08a8ec6d74b270b08 1.45 MB 5,202 7
864,246 864,246 000000000000000000023562ac878ab6f62329a70a15954bd56e088f3a836426 1.51 MB 5,915 10
864,245 864,245 000000000000000000006a4455949ef37cf3c3ee6b4cc2da27137f24445c7058 1.48 MB 5,821 10
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.