Memory Pool Memory Pool Refreshing

2,638 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,424 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (790,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,660 117,660 00000000000030bad340669391aec5c2043e7264de3618f140aebcf659d2d9f2 0.00 MB 10 422
117,659 117,659 000000000000aa802de0a821f15d6c0bd91ea325cab23102651824620db257ae 0.00 MB 5 0
117,658 117,658 00000000000011437e25185cc4adb970e06eb36c61b1357d4db16e8b12670f07 0.00 MB 11 1,543
117,657 117,657 00000000000032121b1c2469d35edd9fca9d30d49e65bcfcce301805f105d6be 0.00 MB 1 0
117,656 117,656 000000000000342e7725ae0294ff0bb09e6608f9d0ea919064ef7ace2427622c 0.00 MB 1 0
117,655 117,655 00000000000091045ba79a95e30a4e24cc97343fd6e47c67a78ad0a63ddc4330 0.00 MB 10 0
117,654 117,654 0000000000004ebcfbbe30cd43eaac372528121042b6ea11cdd33314fc0bd8e0 0.01 MB 13 431
117,653 117,653 000000000000c6a228b332497fa28947bc9f9e59232e512cb744cbaba0c15d2e 0.00 MB 13 863
117,652 117,652 000000000000ad19619c981cac471ee5f1f4437b8f5580d30d55062cdc27d3f7 0.00 MB 10 357
117,651 117,651 000000000000bb75280016b88c4a963b5d2788a927e2d8791f80bbba4d1ace55 0.01 MB 18 394
117,650 117,650 000000000000649205b4ad35acb4440743a5c0731ceb5312637b924e195fb5e1 0.00 MB 6 4,658
117,649 117,649 00000000000018bdb3fa29bca7a60ec4a665f590bd173ed2189851592b2bec3d 0.00 MB 6 618
117,648 117,648 0000000000005c1c5aa51380c18e1012b980413de531971bb8487f73ccbb9cc0 0.00 MB 1 0
117,647 117,647 00000000000031b0b3ff14697235146ae17f9b5fb9f3428fb2b1b8a7f7f4fc90 0.00 MB 4 2,656
117,646 117,646 00000000000076fb903da1eb08d248f85cbc89e364df6accc5053efaf9612c41 0.00 MB 2 0
117,645 117,645 0000000000005d17a873f06455a76e9502914d6e85c2a08fbd7228e9a9731ea6 0.00 MB 12 0
117,644 117,644 0000000000006a5e469d5e75b0ac7932e4213477f8bf4acd4c020cb8a870435c 0.00 MB 12 0
117,643 117,643 00000000000086c127d546f4c7f92a2241d1ce8e36d8030f6d074e85a7bc6dae 0.00 MB 12 0
117,642 117,642 0000000000008a9d5c9d6e3756a01b9f11cc63e57bd913f592ba7a473a9b0941 0.01 MB 13 242
117,641 117,641 000000000000245e2840bce52575596fc5583f5f816f897d288f3f28a5fa922d 0.00 MB 9 0
117,640 117,640 00000000000079d60ce0621e3676c086e9ec45617935cc8e0375ba1b0ab6b05b 0.00 MB 2 1,295
Previous 10 blocks ↓
Total Size: 769.38 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,644.22 GB sent, 94.87 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.