Memory Pool Memory Pool Refreshing

7,536 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (635,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,058 272,058 0000000000000002c3aa573419c5f55087879a867d05d70b512f65c0f092778b 0.25 MB 593 64
272,057 272,057 0000000000000000cc085657801cc1f47a4aef83029c74de626b3101827a66d0 0.17 MB 365 48
272,056 272,056 0000000000000000d3b67d2c7ebd5ca4e422fe89577fbfdeddc0efdd857062a1 0.09 MB 242 40
272,055 272,055 0000000000000001397d5bdc2dc51d838a9166ae7edfec0dc72deaa7f7366b60 0.02 MB 29 40
272,054 272,054 000000000000000388bf6cd8f79903fa8f23ade5d3cc678afb46b88538fd1695 0.14 MB 179 20
272,053 272,053 00000000000000067c4281f33f539aae10e61086b36ee717f54c860f74926c0b 0.25 MB 698 93
272,052 272,052 00000000000000050615f8f5c9775ca8faaccffdae54cf20e1a655a24e5557c8 0.07 MB 160 43
272,051 272,051 00000000000000068f7d62a40044e6ea3124e851a13e97535a321199813c85b1 0.10 MB 216 46
272,050 272,050 000000000000000398852ea6146f44d2e46a35a51867bb5c5cc90b68fcbac754 0.02 MB 54 48
272,049 272,049 0000000000000004ece23637ae0b2fa26687900f92f08f72a322754796ecc8e7 0.04 MB 117 90
272,048 272,048 00000000000000027c3ee022ed7edb4a9849b43dc09f075412dfdd0faef7724a 0.11 MB 371 17
272,047 272,047 0000000000000003b6ff7ff1ccd736ba13ebae24a32314dc0398554da4037de0 0.09 MB 231 57
272,046 272,046 000000000000000409ae19b335ddb58abb3690e1127d5aca4ea189887778b336 0.05 MB 123 51
272,045 272,045 000000000000000273ce2b6a6652424d897332a13376035f6a9c3c05af11ccca 0.05 MB 128 42
272,044 272,044 0000000000000000b7543c1a4f75d99f2168ae97ff73a0028f07cdb7c7a02e0d 0.23 MB 404 55
272,043 272,043 0000000000000003eb0944694457c4aaa3b8734eff02c9d62ad4860e94d65593 0.15 MB 344 211
272,042 272,042 00000000000000058e438081290b9af7cbfe9bedf8315c63f6f6fba2133718c4 0.25 MB 626 54
272,041 272,041 0000000000000001dbca90352a41dc9394988ac3e4f34eeebe171a44e6948278 0.25 MB 625 56
272,040 272,040 0000000000000000b0cd4912ffffdb5e3778052c2f83ea32784b8e4b3fc0f337 0.05 MB 106 68
272,039 272,039 000000000000000543afbadb90838ea9d862d32b1b847e02acc25aa12c654907 0.22 MB 469 49
272,038 272,038 00000000000000042d386def3cd60f70186e78b57ae85a45499b171ebb48f274 0.10 MB 273 46
Previous 10 blocks ↓
Total Size: 769.31 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,642.78 GB sent, 94.50 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.