Memory Pool Memory Pool Refreshing

5,815 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,936 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (790,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,431 117,431 00000000000032d04d95bd05c23e7b480de0ac3685f1669042a2a0a4d361d3bc 0.00 MB 11 655
117,430 117,430 00000000000068f89a0179aa812365c026f1d2cb2d52128c203b9eacf7b9b1b3 0.00 MB 6 617
117,429 117,429 00000000000000d2739dcef71589c45ef502cc97575d64ef6719bbaf1bcf6aa8 0.00 MB 6 719
117,428 117,428 000000000000295d9599757a4ce4001128bebd6ff11fc6e99891703276e87b57 0.00 MB 13 508
117,427 117,427 0000000000008425590c86a5a581a22df33aa43037d1b41c71eace951ecf671f 0.00 MB 13 894
117,426 117,426 000000000000636985f176085e97ad341f75073bada4cd9bada7df4e98a7751a 0.00 MB 11 883
117,425 117,425 00000000000050096bf938e6b374a252f13ef9e7726f6afdb0fad5439a5d054c 0.00 MB 11 835
117,424 117,424 0000000000001a4930f89fac072fc4d8ad39774cd23da7e8415365c89ad27591 0.01 MB 35 1,034
117,423 117,423 0000000000006260d9c0a35cdab912e3ac353e10bbd7aea6ce313975dc080cb7 0.00 MB 12 352
117,422 117,422 0000000000004e517248e001236fa1ea57879a2b48bf346cc069a5239ace4978 0.00 MB 11 362
117,421 117,421 0000000000007d63257db2415b2dbd317eba9198e2c952d8782fb4653c482c90 0.00 MB 20 0
117,420 117,420 000000000000478e8a54fa49ac4badfd472525ceefeeac6d22d4250e5b50be8c 0.00 MB 11 1,013
117,419 117,419 000000000000844805bb39328759860cbe832eb10776ce48a27a7b5c9d2d8659 0.00 MB 6 585
117,418 117,418 0000000000002442b382a9e8e708c89957339008a2cea51848a8a2db08967695 0.00 MB 9 341
117,417 117,417 000000000000af2f10fbc702146b766713b55c941e2e8613100c78b6cdcc6140 0.00 MB 13 0
117,416 117,416 0000000000005b7555a812b2eafd77513b25eedf9b15d459693fe71997df79c3 0.01 MB 29 780
117,415 117,415 0000000000004dabc75fa0ce2ae4bb4322d57d2aab9e4c19b52f17aa1c74d921 0.00 MB 15 1,059
117,414 117,414 0000000000000c5284fa8a051db68e5dd7f7eaa92efcad800db54162190ae490 0.00 MB 3 2,466
117,413 117,413 00000000000092023b131ea2d33075e9614c97bc4d34415aa22fccb5065286ac 0.00 MB 13 571
117,412 117,412 000000000000bf50c41d760f40961d790bbe91dfcd1425489a62a99119097ec5 0.00 MB 16 1,819
117,411 117,411 000000000000bcbb794506e974da7ff0f78978f77fc819396f70eedc493b1a3c 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.