Memory Pool Memory Pool Refreshing

17,637 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (34,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,406 873,406 000000000000000000003fd4619943c38d2cc3157e7fb97b892f401b17ba67e7 1.54 MB 3,694 13
873,405 873,405 00000000000000000000657a27fe539c038b9bb135caa004fd025cff6e049334 1.53 MB 2,509 9
873,404 873,404 00000000000000000002a215ceaabeb5379c8e8e48888fb4a1fdc8422ae860c0 1.53 MB 2,980 11
873,403 873,403 0000000000000000000174beb73b5a8e181500daaa36dff9f0f970205d4be2e4 1.53 MB 3,632 15
873,402 873,402 0000000000000000000140e06133add7c8d1b8ec70555bdef6ebf51aae4d96b0 1.74 MB 4,502 12
873,401 873,401 0000000000000000000029fc0d5f05a68d4275cb5ac06512128c3bb776b41db5 1.70 MB 4,216 11
873,400 873,400 0000000000000000000057fec04381a802987301e47f62cf7414ce86dd87d952 1.68 MB 4,376 13
873,399 873,399 000000000000000000016b9f974075d471bb9f98c3f7e40eede58f2bf4dd1b9a 1.80 MB 4,046 11
873,398 873,398 0000000000000000000295c0348ef9e9454afab08b3bad423376e9517904d46f 1.70 MB 4,180 12
873,397 873,397 000000000000000000008104bc9d7919c3eba0ee74a1389a63d058ea9df244bb 1.75 MB 4,507 12
873,396 873,396 000000000000000000025dffd3adbd7993e140f47e793685855f86d8abc1dc2d 1.74 MB 3,996 16
873,395 873,395 00000000000000000000e52d4e97a6fe45978fde79a4c2a9201a211e6f01c573 1.59 MB 3,805 16
873,394 873,394 000000000000000000001a57e402167be7529ee08cb2f9088622e3973304e79d 1.66 MB 4,157 11
873,393 873,393 0000000000000000000144031f8f3de247edeccbd8ae6298b9168cdb952f08ff 1.65 MB 3,819 12
873,392 873,392 000000000000000000008c3c55d0f2579eb025ac85708a1e109cd08d658c0205 1.55 MB 4,065 16
873,391 873,391 0000000000000000000088ebd1b14870a95bf2ba1f60b254d4a6d8b003dd80d3 1.67 MB 4,348 12
873,390 873,390 00000000000000000000c80016ce455d855ac75ed8a9a1b006fb07434edb6637 1.64 MB 3,906 11
873,389 873,389 0000000000000000000102716ace0a6b02e6be7d75952abcdd23ac5c746576d2 1.60 MB 3,583 16
873,388 873,388 00000000000000000002740cba6b4a923b2d10c427292ef870e164f70ab4f993 1.61 MB 3,676 7
873,387 873,387 000000000000000000025ddf6ce1a68b3767cd7cb2a614c72b98211f81745248 1.61 MB 3,848 11
873,386 873,386 000000000000000000006cf9b3689b05d8b9548dca98ae3d7a241bf74490af01 1.68 MB 4,029 10
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.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.