Memory Pool Memory Pool Refreshing

6,490 transactions
3.57 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (724,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,972 182,972 00000000000003af0ba74c55b3ff83e8c2defba64414cc10f0f1e420863c7c03 0.03 MB 69 97
182,971 182,971 000000000000068e691bc9e981c7fcd9d83d12686d3353ba2cb5efc3692c827d 0.14 MB 389 158
182,970 182,970 00000000000000d03b226b26b3cc610b4947b8c8aa8ba1e5c3b976376a21eaf1 0.05 MB 136 109
182,969 182,969 0000000000000688f324b18ed835d2356837db554ca187e9133b1a1fe15df909 0.25 MB 605 163
182,968 182,968 00000000000008e6272256f04cdcdf4f087d091064f127cfafa4188a26925463 0.01 MB 18 149
182,967 182,967 00000000000001ff86b50bd6fb0f64bab6c1451c09a525f403b05e67aa9e4d48 0.00 MB 10 29
182,966 182,966 0000000000000479e8dc87696a24c2d24eac1d99db999335f81da0dde7ad144b 0.05 MB 106 278
182,965 182,965 00000000000003122faa5e410286f9ffcd196bb6b1ea1f1f95c9e20bb6f1bd0d 0.00 MB 9 15
182,964 182,964 00000000000001cd57289baef1319850825935a6cde5dddbe6e6a939fe214479 0.09 MB 138 100
182,963 182,963 000000000000048296ebd59601e956fb7b0ed0710ae0c9ef106d944d5271c0e3 0.42 MB 1,028 131
182,962 182,962 0000000000000524b1bce4cab75a762e2b7dda8583fa081d0a185a448612f6f7 0.25 MB 774 154
182,961 182,961 00000000000003cefabdb4ae398e6e081917d2947b534d7295b570477a8ed765 0.25 MB 693 141
182,960 182,960 00000000000007709a39a90993b9185a328f629eb2cc9f2fd06cb5f464517ed0 0.05 MB 148 164
182,959 182,959 00000000000001ddc26705770814ec4f8ad6914972bec08554d4a375202d1239 0.25 MB 579 143
182,958 182,958 000000000000001223fab67497156eb3d01db7d0e5fd2495028c7fb20829a553 0.05 MB 129 126
182,957 182,957 00000000000000f53dc4240be9dd3e74c45d580f352234ceec47b0fc773dcd1b 0.20 MB 447 145
182,956 182,956 00000000000008c0cdce88c5e9080f94d673a861d582935bdcaf5158c0d91e3c 0.03 MB 53 135
182,955 182,955 0000000000000871000b6496a7908ec7755d40cafcf6c624e8252dea2299307e 0.07 MB 153 103
182,954 182,954 000000000000073d5813379f220c4ab336a5d201c5db8a5315b4744327973bac 0.20 MB 560 142
182,953 182,953 00000000000008b11e976c9afd77b00fcea313e18b44a8c85a63c3445444e68c 0.02 MB 48 58
182,952 182,952 000000000000031b3707b7cc81ee73c1dc62bf68bde9a1dc7c3d8a7c3b629960 0.03 MB 33 53
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.