Memory Pool Memory Pool Refreshing

10,410 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (272,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
635,432 635,432 0000000000000000000b9c642c947b376a2fa21b876d2e18e701de05a9bc7154 1.24 MB 2,849 41
635,431 635,431 0000000000000000000c197fa4aa1631fbb910fdb3096bdcc461eab47d21236e 1.23 MB 2,803 39
635,430 635,430 000000000000000000008c5256db887761e13537ce7529cf157569c3859e865b 1.24 MB 2,914 38
635,429 635,429 0000000000000000000ccaf8a8edb30d1528c2a2b9b8d661aa32c10b46a8df35 1.27 MB 2,902 41
635,428 635,428 000000000000000000021f113a5266621a83236e415bbf0dcfd0a537579e900d 1.34 MB 2,896 56
635,427 635,427 0000000000000000000f66347c1f7130319f92d7231a24dfd71734048fcc6196 1.32 MB 2,875 48
635,426 635,426 0000000000000000000360fd9e7b9b20a081cb039260327fcc8ebe6dad238986 1.19 MB 2,635 37
635,425 635,425 0000000000000000000b6a2ae6cc4ea360b2f77f18cd8d80c3f2559b8ea69bf9 1.22 MB 2,825 47
635,424 635,424 000000000000000000017b6d761154b12330e771df0c55f6d582a632ba93c5ef 1.15 MB 2,975 42
635,423 635,423 0000000000000000000352a85c9482f62c99c9268bf093a71d70cb9885b98564 1.43 MB 2,090 42
635,422 635,422 00000000000000000004b2ee5f206aa6a9ebc7b97eded6b48091a5552ef0f559 1.26 MB 1,745 45
635,421 635,421 00000000000000000006140c7ea90408b8b71dc14b10353c286a098a15dff4b4 1.29 MB 3,025 48
635,420 635,420 000000000000000000074ce38cdaf65d8537c3208a5182b5ce081e992ddfa11d 1.18 MB 1,426 45
635,419 635,419 00000000000000000000fbac463fa63cfaa183fa3d97dc61900160ff32c07304 1.36 MB 2,489 55
635,418 635,418 0000000000000000000f6b8d9972569ff8eadd285e510fd8cde11f6ec9eef840 1.31 MB 3,131 61
635,417 635,417 00000000000000000002c8f5d2eb0d8431e48307308c0e675bb1d4647ca66342 1.32 MB 2,748 49
635,416 635,416 00000000000000000009429733082877e3f47026e07702355cdcf09161c057ec 1.36 MB 2,717 51
635,415 635,415 00000000000000000009ba7422d03455b94375be9fc69c005a46072fa363f18e 1.14 MB 1,755 64
635,414 635,414 00000000000000000000836395abfa2f9b27c0308ce3c0eb16ca8798357f6747 1.28 MB 2,797 54
635,413 635,413 0000000000000000000494b16dda6d02f4e0d9e6727721c593fdc27c01019458 1.26 MB 3,071 67
635,412 635,412 0000000000000000000775e41f7411d6c3ad0cf84d52497ebe7651d371bf3c1d 1.27 MB 2,201 51
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.