Memory Pool Memory Pool Refreshing

14,320 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (615,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,801 291,801 000000000000000065139be6b58c4f6173fd8adc49b1b561bc018cf8c9d4c9dd 0.38 MB 534 30
291,800 291,800 0000000000000000e16f7c079c40785d1ae23db767e7b9d76979357202c821c3 0.35 MB 509 35
291,799 291,799 00000000000000006f39aebf887a120147d4b9a0ccc35c809e4ae05734083676 0.03 MB 6 5
291,798 291,798 00000000000000008bb677e884485703c108bc08ac90139e568d51e9dc2e3d78 0.21 MB 196 18
291,797 291,797 0000000000000000cbb6800a0c8ac7fbe4f2e0d6cbcbf8a3ee36861d662bf200 0.09 MB 256 63
291,796 291,796 0000000000000000434ff12a0d1bfaea2db40bcab3d20b419e1d6ef851d19c35 0.04 MB 82 41
291,795 291,795 0000000000000000ba8a56bec119ae4da9ac602374327c9d28cfb6bea576f172 0.13 MB 256 34
291,794 291,794 00000000000000006642067e8759bf0501092af9f20c3964378513d0821416bf 0.01 MB 41 31
291,793 291,793 0000000000000000a77e14e85ba27793087f0f0a72e04e48367c7ea430be22ae 0.25 MB 437 27
291,792 291,792 0000000000000000f115d953c988ba26fb4ade545826400c87756656f62b3125 0.11 MB 256 57
291,791 291,791 0000000000000000f6a1f239064e4113ad6fe4efd81792c90f0aad035bdc29e8 0.31 MB 670 35
291,790 291,790 0000000000000000715468162931b90ca1158590f6cdab851b7883c8dc527f83 0.21 MB 345 33
291,789 291,789 00000000000000004b09535c599dfbc1867d4051f98f497832560de8e4150e0a 0.35 MB 589 32
291,788 291,788 0000000000000000d5a3c201b9316710924df78f11587cb69b0ed1197b86daf6 0.07 MB 128 40
291,787 291,787 0000000000000001010dda45ee6283ba2bf08b20ecc5e798a80b68341d8ad03f 0.22 MB 512 39
291,786 291,786 0000000000000000ca804c276dcf33cf5bbf2c99bb24dd250e14df0376222847 0.31 MB 476 33
291,785 291,785 0000000000000000a516f62ec467c73904f7dd6cef8eb13595b310b200693841 0.00 MB 7 34
291,784 291,784 000000000000000093c22298ae22116e6b85fe37be3f940d82e20d4139de764c 0.11 MB 113 21
291,783 291,783 0000000000000000f96aa606bd3f47d9bebdb0cae38be351bbd58d7b4a8fb708 0.35 MB 793 50
291,782 291,782 00000000000000009cb217ca79cb8df335a5508208535689861eef8ab9ff67a8 0.43 MB 398 20
291,781 291,781 0000000000000000f658bf227dadf9b8379936d254f03a222053adef8d4b5e3b 0.09 MB 128 18
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,622.96 GB sent, 92.96 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.