Memory Pool Memory Pool Refreshing

31,467 transactions
30.27 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,679 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,678 (675,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
186,759 186,759 00000000000004ce05989e8c082a01fd3b7e2c30b7ccfc20569678d464a5d341 0.04 MB 122 144
186,758 186,758 0000000000000220f5f8aa621c6c9790805008572a17aaa73d5073993c010fb7 0.10 MB 269 140
186,757 186,757 00000000000008bd07ebbb9c9edcbf0990a1b0e0b71a9fd557d5ba08c6fa2f85 0.08 MB 186 137
186,756 186,756 00000000000006a43267be7a6950bb7f3eac90bf46ef370d5195fa1c6f40ba46 0.00 MB 13 34
186,755 186,755 000000000000075fcad96b93b742f92ac34be09113dcaca1df497dc6969e8def 0.07 MB 147 108
186,754 186,754 00000000000006379c2ef0c4ef3f82a5a72ff8034baf2fb1aec3bfba33d37ba9 0.02 MB 64 289
186,753 186,753 00000000000008bca5c99bb48e57ad541038e69e144a23555045a50607676ad0 0.03 MB 108 90
186,752 186,752 00000000000002da588da8a8bd04a2dcbe341b441e955ef396295d1b53636183 0.02 MB 33 103
186,751 186,751 0000000000000573b136ccd08aa4f9a514ee398bd001acd3a345f45d04c2b51d 0.01 MB 39 158
186,750 186,750 00000000000000ee2bdd637528135a4af647ee23e5b630ef0af814fb2fd6a31b 0.16 MB 548 163
186,749 186,749 0000000000000629a662cad1bc80e4054e23b345416d76948881d3365c4b2a4f 0.01 MB 32 170
186,748 186,748 000000000000075be29ae7dc212e81de8bb7644901b6644adaea634c075f8245 0.03 MB 93 32
186,747 186,747 000000000000038e96ce5dde1423289eb1ae2d8ff5c5fd7b2630f70d74400cc0 0.12 MB 310 142
186,746 186,746 00000000000006b97143782b5f5c9647118c694f139f96872a46eb9a636294c2 0.00 MB 10 14
186,745 186,745 000000000000080b3d29c1d26caa2e6c1d7f47ff42a3697e9802f2f1b261a05a 0.14 MB 433 143
186,744 186,744 00000000000001ad9003edb32b07f144002fdf187be0347a0f078f96527981fe 0.05 MB 131 122
186,743 186,743 0000000000000776c5ff2c9ba53ee9b8e90ef092009991e74f6a46e800e4f30b 0.05 MB 190 44
186,742 186,742 0000000000000628a185329a4add71cfa11e6d7ff672aa87fd19eebc656f2c97 0.02 MB 66 114
186,741 186,741 00000000000005b8cc04228ee29f4f04b164635ea5e2f3a0de14a9da012475f2 0.08 MB 146 123
186,740 186,740 0000000000000635b9df0db9a2455eabc8341f6c6fe2d0ec7761f8855da4aa49 0.03 MB 87 98
186,739 186,739 0000000000000709d988984f94eb233a6e84799c03cad13f66253224c016371e 0.02 MB 36 61
Previous 10 blocks ↓
Total Size: 685.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,382.91 GB sent, 108.66 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.