Memory Pool Memory Pool Refreshing

936 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 913 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (87,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,627 820,627 00000000000000000000082960a46ad9af8dc710decc606e95fcc31a269499a1 1.96 MB 2,963 53
820,626 820,626 0000000000000000000117dd7ba68669d9e4e0486141c27e0691673fda030d0a 2.02 MB 4,779 45
820,625 820,625 00000000000000000003bffcdb9bc2a56f115783084083253cd8e71d150c0544 1.86 MB 2,129 34
820,624 820,624 000000000000000000009fb59d80c944fd5e60169b83940c5296523c70a4deb1 1.66 MB 3,037 80
820,623 820,623 0000000000000000000058fd3edbcb4f5dac3969e57e7e1e1ee64abec9789f72 2.11 MB 3,493 41
820,622 820,622 00000000000000000003ee619877e5610966239ceadf5e286fd44ef72713f2b9 2.17 MB 3,269 47
820,621 820,621 00000000000000000003febfc128455dcdc94e2d75bd6585ff6b775dabc0ac1e 1.61 MB 3,395 99
820,620 820,620 00000000000000000001e935ed6a77e936e115b3f0327446cfc881e0ea2b1ec3 2.16 MB 2,843 42
820,619 820,619 00000000000000000004147fe183d7e3c47f68f970f8b9853937dd7fdc0cc089 1.60 MB 3,168 109
820,618 820,618 000000000000000000011250fd4b6515506ff39104e1a07ceaddf58d87046168 1.88 MB 3,699 57
820,617 820,617 00000000000000000002c4660a4fadcc56cc36ae6152e7062ef5f251d9c56b71 1.86 MB 3,776 51
820,616 820,616 00000000000000000002b3536673aa548b00cedd4e3f71dc697e13d3cc3f5fe9 1.60 MB 2,268 70
820,615 820,615 000000000000000000042ace1c0cff186ccf50bf2f6a8b7430e918068a2741eb 1.91 MB 1,785 37
820,614 820,614 000000000000000000033ca6b0f93f80418d5ec97f021b843d5f9705ee82fd00 1.54 MB 2,713 64
820,613 820,613 00000000000000000000813fb459d9e76cb4c2e151f60f5388d95f04aec80b50 1.85 MB 3,528 64
820,612 820,612 00000000000000000000a0b48c88c80fb283c99539ccf0ed8056755bd460551b 1.84 MB 3,053 94
820,611 820,611 000000000000000000028a4c6f93eccf0980ed0520703f44ef34185b4a9758f9 2.11 MB 2,652 44
820,610 820,610 000000000000000000004779ff86da3b8793d373ffe5360a11f574465e198e8d 2.08 MB 3,421 47
820,609 820,609 00000000000000000003d51d3660303d01a3275f1b19d670dd649dd96d4b975b 1.90 MB 3,354 64
820,608 820,608 00000000000000000002817770c69192470cf57127b59af1804b579abbb6c05d 1.62 MB 2,903 123
820,607 820,607 00000000000000000002d16fa640eb719bf386cfbdab2a7b6ce2a9b904caf0ab 1.72 MB 4,504 60
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.