Memory Pool Memory Pool Refreshing

4,773 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (2,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,358 905,358 000000000000000000022e5c9b8b0e788af762382718694c5e32dd61304ff863 0.72 MB 1,002 1
905,357 905,357 000000000000000000014fc1444bdec15fc2ee87143e5a2e1a9d9ccec73f9294 1.77 MB 2,846 1
905,356 905,356 000000000000000000010d6f259c72a918cda08a666121a53954bcc47ecb2ee8 1.44 MB 1,796 2
905,355 905,355 00000000000000000001781ad99032a955b60b1d356834a006bbdbd4d5a588fc 1.81 MB 3,926 2
905,354 905,354 0000000000000000000128efdd5256bd202e79f1ddfb956db58a1bc402313adf 1.82 MB 4,412 9
905,353 905,353 0000000000000000000186eed935e4ad209e7aaa4ceeb2542851feaf4b8d426f 1.59 MB 3,942 3
905,352 905,352 000000000000000000022dabca47b7aabc24d93d0241536ca75dc528d08d5eba 1.63 MB 4,162 4
905,351 905,351 00000000000000000001187d6ea8847a7bb3f630896d6fe808ea54ddc52d3fdb 1.69 MB 4,488 2
905,350 905,350 0000000000000000000209f4371c9c7f64dbfa8c6eee9f21e5f8c69b176d2681 1.62 MB 3,810 3
905,349 905,349 00000000000000000001c45d9686bc4a33871e0cdaec02a2cc9ba26d908f7637 1.82 MB 1,466 1
905,348 905,348 00000000000000000001a37e950b89a1f0ed01685f4ca402f4fa4ce219f7410e 1.67 MB 2,257 2
905,347 905,347 00000000000000000000051d3c42bbf21d1707b7d1eeba0d4c51172c92d520f2 1.64 MB 3,588 4
905,346 905,346 00000000000000000000da886c325ae77826bad12b8fa5289ef98d198be588b6 1.58 MB 3,029 3
905,345 905,345 0000000000000000000232ac12c097deef10c6021a71056074b5361e8c10b8ea 1.15 MB 1,258 2
905,344 905,344 00000000000000000000c82430ac6cb9e12869605a8673372b25a87959c9780c 1.29 MB 2,433 2
905,343 905,343 00000000000000000001555bb59303785fe533a41fb39c795ae46bd16cb6d973 1.58 MB 3,762 1
905,342 905,342 0000000000000000000085909eb1bfafbcba5c0154ce20f40ff5f99f7a24595b 1.83 MB 3,837 1
905,341 905,341 000000000000000000003366bf3fe79f014f22affdc43b8c09c8a7d044d8af24 1.56 MB 3,428 4
905,340 905,340 00000000000000000001bce7fd86c25793738a34622b519f9c83f6e40dd78401 1.49 MB 2,719 1
905,339 905,339 000000000000000000018b1e1197b7344e1f4a991becf657fb8d5a73dd210c7d 1.79 MB 3,151 2
905,338 905,338 000000000000000000019bb33292ab094c3f9016b77c0525c041e3f8e75314ec 1.71 MB 4,514 2
Previous 10 blocks ↓
Total Size: 769.45 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,645.89 GB sent, 95.19 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.