Memory Pool Memory Pool Refreshing

8,170 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (567,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,355 340,355 00000000000000000b405f2da369c460d73568ca04aaf9b6f8d91f42e3cd318c 0.46 MB 902 25
340,354 340,354 0000000000000000130a1cb510d7f6c9292a43c3e5f31862f166e4d5780893f3 0.23 MB 282 16
340,353 340,353 00000000000000001886739e9b40b3ddaa3e731646fd6eeef07a657afd691854 0.51 MB 877 24
340,352 340,352 000000000000000009888dddce85400805885306a41dd989905a3a2e17b122b5 0.45 MB 823 25
340,351 340,351 000000000000000010f6883e8fab45666748e61875b2c3ad4b1a913d7e1fac76 0.33 MB 635 27
340,350 340,350 0000000000000000064494a48a138e5a1a310d2a1c0596c64b5a0b1ecd109498 0.08 MB 133 17
340,349 340,349 00000000000000000ea4a823a2a5e0d363efd7e206292eacb71f00a6f49c7486 0.25 MB 465 25
340,348 340,348 00000000000000000f98bc3d27163aad85014d9f454eeb35bc4d1bf5a48eda6c 0.51 MB 885 22
340,347 340,347 000000000000000018df1eb156a6af506e0b0e623a46b73900147f49f62cab39 0.38 MB 712 25
340,346 340,346 000000000000000000eb252c219e30f9fe85bd824ba66507353e9bf62243935b 0.88 MB 1,329 34
340,345 340,345 0000000000000000177477073d6e94bf020f2252df1e917a50f31926f4352b60 0.10 MB 256 28
340,344 340,344 000000000000000014f3cf02515eed02d78bf312ab8a67b41ac5cfaafe71979d 0.22 MB 369 22
340,343 340,343 000000000000000010343e1b9de92a2907d086338d5909fca54c3556db56d01b 0.22 MB 313 19
340,342 340,342 00000000000000000f22269626503078fae8683caaaeee5d2435102108e8dbfc 0.20 MB 255 15
340,341 340,341 000000000000000005861aea7d185914c089c3d2d848ca6c73e3ce0771d3e65c 0.10 MB 112 5
340,340 340,340 00000000000000000e2af1653f629b4c958def4426be3f65cd6bd0b7369e2efd 0.44 MB 743 24
340,339 340,339 000000000000000017d29033e78c8d51a2947be0ecf07ef53ea09078bc866052 0.26 MB 442 20
340,338 340,338 000000000000000004a677d2a10cb2e8127ac4b271306cf40757a8812e576d12 0.90 MB 745 13
340,337 340,337 00000000000000001390fd41af110584c9219c51850630cbc1fa3821c8d11c0d 0.75 MB 1,113 18
340,336 340,336 000000000000000012f5b7e592b0ab6df2e3ec61fe70e6ad653f378567e9aba7 0.75 MB 2,422 41
340,335 340,335 000000000000000011e445422bfaf58af66de830e81795c181de6bf7a4269de4 0.23 MB 407 22
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.