Memory Pool Memory Pool Refreshing

18,720 transactions
5.98 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (45,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,470 862,470 000000000000000000005a65705711b35a9b662a265e9269def9318f4e8addcc 1.65 MB 6,446 2
862,469 862,469 00000000000000000001a2243b7c3b8c9e542f63c5dfc57d785194813962abfd 1.58 MB 3,167 3
862,468 862,468 000000000000000000019d923f21c604b5754ea23c358a4ca0e894b52159fe6a 1.81 MB 3,115 3
862,467 862,467 00000000000000000002e4e6655c5b7da8632dbe41a737940a5123ae9b784a14 1.52 MB 1,732 8
862,466 862,466 00000000000000000000ac2706e6709f37418764d6aaa54eadeaeefc923179d3 1.61 MB 6,021 2
862,465 862,465 000000000000000000024dc5a62ca11c7165a2be8fe79479425e35b60359e576 1.69 MB 6,924 2
862,464 862,464 00000000000000000000a792b40d93a874697e73817fd6842b271ea07930597e 1.64 MB 6,914 2
862,463 862,463 000000000000000000023f14241f4898cb5b3fbd710c9e45031871120d6c9c95 1.62 MB 4,619 3
862,462 862,462 00000000000000000001e5ba0bc58e8cdb6bd81c9888957840081aa83eeeaed4 1.64 MB 7,885 1
862,461 862,461 000000000000000000022aab05700fb8536d859158716320871fddf33abe0122 1.63 MB 4,317 2
862,460 862,460 00000000000000000000a231df7e8d794d3a7fc2e3a91ae421ea44a662cf4b08 1.64 MB 2,595 5
862,459 862,459 00000000000000000001c84a2d7a6a10e4a1f411a03f862dbd6bcb099ee2f603 1.72 MB 3,884 3
862,458 862,458 00000000000000000000b2d52e33833c0f52f24ffe217fbf9d0f6b4df12e51fc 1.66 MB 5,178 2
862,457 862,457 00000000000000000002a306bef3c21e374c97ab9ce0358fff3ff13d7f677509 1.65 MB 5,322 2
862,456 862,456 00000000000000000002be237a3172c49f4aab324e7cc279223ca858771cb1a2 1.65 MB 7,643 2
862,455 862,455 0000000000000000000182594d0ab7253e22d86d4828d46f77135f39218ef269 1.71 MB 5,522 3
862,454 862,454 000000000000000000006ecd51ab3d41a5ef7a79d353401e4e70a498cafe3387 1.78 MB 6,625 2
862,453 862,453 0000000000000000000058898bbf88a507dd924913cbd4c28c62e3d73d643a20 1.73 MB 6,928 2
862,452 862,452 00000000000000000000876303dd76406eef30e2eb852dcc1f1f479e9cf0e516 1.68 MB 5,693 1
862,451 862,451 00000000000000000002f9fcf47c9650eef7e8a1f88d6f5bbbb6502a382e4c91 1.75 MB 2,841 5
862,450 862,450 0000000000000000000198a34ceaa07afc64b39aba665cb1b37a9b2306b7da0f 1.77 MB 6,775 3
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,624.38 GB sent, 92.99 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.