Memory Pool Memory Pool Refreshing

6,713 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (160,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,619 747,619 0000000000000000000807e35b645ee0ff455641e6d34dd8a631e3604611ade9 1.51 MB 3,139 17
747,618 747,618 0000000000000000000702a4a393c815423f908015bfc2a956747190b0a43d84 1.62 MB 2,913 10
747,617 747,617 00000000000000000001a2ee7d81f1f519c0eddf27399669077b750c3b55a1f6 0.78 MB 1,018 10
747,616 747,616 000000000000000000053ae0c1bf344ac249faf7e151555125e80c0a4fe1f238 1.18 MB 1,516 10
747,615 747,615 000000000000000000056ea577f485c08724b7d4f32ce19d2fb7f805d150d59c 0.44 MB 769 10
747,614 747,614 00000000000000000002a5eefd6c1e08e295f4d0b11718d629554d6cd6d0bd00 0.64 MB 441 2
747,613 747,613 00000000000000000005eed84292ef1c352f99d745f8c1deefe5b5dc770cbfe9 1.56 MB 2,975 12
747,612 747,612 00000000000000000005346066417e32dcd995c9242a65aef758f6753f2c13f4 1.05 MB 470 7
747,611 747,611 00000000000000000009e180fa08309420501a7edfcf99a043752badb5d436e7 1.54 MB 2,243 6
747,610 747,610 0000000000000000000934f8620da5ead3c0395d1473fcaf3a77b9ac5bd583a3 1.19 MB 1,152 13
747,609 747,609 00000000000000000001ad85568ccc231145da73b7a8e3df037aceddf5fe3237 1.54 MB 2,570 9
747,608 747,608 000000000000000000076141f95eff269ca8affa7dd2294affcdb7e35227cc38 0.45 MB 937 9
747,607 747,607 0000000000000000000611a2888d0a912ab8476d14a1f16ecbd765204d015d59 0.60 MB 973 9
747,606 747,606 000000000000000000080af1b89503feeb44931480d7c055c823ac4d107ad518 0.82 MB 1,135 9
747,605 747,605 00000000000000000008a899162cb773c8c2e9f1689af98c8d0f0d061226cbc5 1.56 MB 1,412 6
747,604 747,604 00000000000000000009d7f38f7e246b34e4174ee1f541a11e74d76b70093be6 0.14 MB 258 10
747,603 747,603 00000000000000000004afaf68e9ceeb9e2921e242d9a4a2a58dbb5777663220 0.24 MB 435 10
747,602 747,602 0000000000000000000159f91129818e2a5c0d57167284570d215dfb2dd4db6b 0.22 MB 273 6
747,601 747,601 00000000000000000000179dfc9a34e88b99aec2d358aea76e0f21ffff75a1a9 0.13 MB 281 9
747,600 747,600 00000000000000000007150b1c0de1f6798cda6ba0f5ae36bd47df58cbc1da15 0.21 MB 470 12
747,599 747,599 000000000000000000047a45e66087e54bc63ee909aa2f0fdae52117c686e7d2 0.07 MB 80 12
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.