Memory Pool Memory Pool Refreshing

3,727 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (38,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,522 869,522 00000000000000000001734eb2ecd70778b8562bcf8ef4bd2c8383b5478d398c 1.64 MB 4,638 1
869,521 869,521 00000000000000000001368000e40006273f09d02850ebaa23048960b9e95a8e 1.47 MB 5,185 3
869,520 869,520 00000000000000000000cd2136069f10b724abef6ad9ab966dfe325d447750ed 1.47 MB 3,832 3
869,519 869,519 00000000000000000001019b50b0bea7b4e1b145ea45ca3d96e0c187f3f291c9 1.54 MB 4,137 9
869,518 869,518 0000000000000000000022258566b3aa170fb9e6325581956589d2b1eed96b47 1.57 MB 3,497 4
869,517 869,517 00000000000000000002aef69fe26c6d54733977dde6ca2680f2052dc901d42f 1.81 MB 2,681 2
869,516 869,516 000000000000000000007ab5d85d6deceee83a968082a3f0ac0a47e253a91419 1.65 MB 3,475 3
869,515 869,515 000000000000000000017dca2614ff0c22217be6956bc903accd528601c2604e 1.83 MB 4,400 3
869,514 869,514 000000000000000000026deba4b1c7afbf8e2ee172a066d894c748d44455d9c7 1.34 MB 1,367 4
869,513 869,513 0000000000000000000131188024f4154d4aeecc54a1e34ba3bf7e63e83fcf1e 1.59 MB 911 1
869,512 869,512 00000000000000000000a7d88e00bbb5584795feae26cc9cdb914a49a83f33ed 1.38 MB 1,940 2
869,511 869,511 0000000000000000000246708c842f2dde5b328f8ebb31a36981bbef5f754e91 1.74 MB 2,470 2
869,510 869,510 000000000000000000018f48ed8e82e0c197ef085ad68ca42bf2777232756ef9 1.25 MB 1,564 4
869,509 869,509 000000000000000000002d5a42edd4ce39da839fc34514fb5d92b41a2db8372c 1.30 MB 1,600 4
869,508 869,508 00000000000000000001cc5a81a80abb0ec0e43d12b0749fcfd07373c66a9b70 1.51 MB 3,520 5
869,507 869,507 00000000000000000001c206f7759c124a6f30370a4c50c39bd1e3c9479c303c 1.15 MB 637 3
869,506 869,506 000000000000000000019fcd390d51fb69c799f1848c8a362c49976677913f27 1.33 MB 2,256 4
869,505 869,505 00000000000000000000c0b9d6809652505cba703b75d5469bfdbaa107e6b756 1.39 MB 2,240 4
869,504 869,504 000000000000000000015ad4c908a9065bc4242f0536e1c15d8c799e3900ae7a 1.43 MB 1,900 2
869,503 869,503 000000000000000000005dcd7716797d6e5564da02f2ce7cabbd328b4fd65eaf 1.36 MB 1,499 3
869,502 869,502 000000000000000000028448228b2f381d98dc3e7f7115b17bb2a273d4c0d786 1.40 MB 1,556 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.