Memory Pool Memory Pool Refreshing

847 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (764,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,655 143,655 00000000000007faaeff3e6737fb46fd3f181a565c8cc2e885a0aa93c74ce33c 0.01 MB 19 564
143,654 143,654 000000000000073aab8f6f8584175eafd0aead0253cf568a1dd45067ae5f99ed 0.04 MB 62 104
143,653 143,653 000000000000083a7b7a5dce767bbd0f3b855ab0f504cc04d4a4e775dc9b208c 0.02 MB 49 37
143,652 143,652 00000000000003a74536f78adc779c7704a41de8980096533c1a5914495ca38f 0.02 MB 41 149
143,651 143,651 00000000000008f780d8eb75368520fca8c42875512ab1b44e9deeb9aab7b9f8 0.03 MB 129 0
143,650 143,650 000000000000058019fc045a56d779b1a988012a03e805a9bdc40479c8ce2cda 0.02 MB 39 129
143,649 143,649 00000000000008469cb4efcda1874c321420045640fe40e469d38c8d05d28f27 0.01 MB 37 274
143,648 143,648 0000000000000872591f10b4b7e96b80ece0973bd05b870bec3ef4c8f3514ecc 0.01 MB 15 67
143,647 143,647 000000000000021728af94549f87b9d581400b199d691db7511fa81acced2bff 0.02 MB 55 192
143,646 143,646 000000000000070ea6f90fb4390182727d273ccf700f6c22a2edd25c7e5f5af5 0.04 MB 49 312
143,645 143,645 00000000000008bb53ed020117436e351bd696bddbf4016ab0ba4cfac7aa0d26 0.06 MB 83 114
143,644 143,644 0000000000000454d7c8f201f1da1868eed352a5ebc09c44d4e538062af862e6 0.05 MB 79 103
143,643 143,643 0000000000000015c00cdf48ecdbaeeaac35cedcd6147365c90b3a433adb9af3 0.02 MB 56 2,385
143,642 143,642 000000000000086964c108dbe5fdf83351687e711ab40a420449973431a5c142 0.02 MB 33 95
143,641 143,641 00000000000002d50abb24aa82d201b100c834515181244639639053e312d2f2 0.00 MB 14 14
143,640 143,640 00000000000006d90799bdf0a0efcc8b3e0a6f861808e6309350fd91804e3522 0.01 MB 29 115
143,639 143,639 00000000000001d7118e7b7e9a47e7bf618ab6b28e1cc05a651d26e72b0123fb 0.00 MB 10 367
143,638 143,638 000000000000017652ea013d1405ed60f36f30070d512d76f828bacfc685bcd6 0.01 MB 23 93
143,637 143,637 000000000000055b2cecb730aaf5e5b1e5d66393a9e0218ea88e5127a75beaa5 0.01 MB 18 137
143,636 143,636 000000000000033abe2987bdd0ac8e4dd173a7e37a1a9cdd4192387fdeb7b652 0.04 MB 118 90
143,635 143,635 000000000000038e06c106b6eda4e49a58011bd6ea99dbde3ea754ee9bf2600c 0.00 MB 10 113
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.