Memory Pool Memory Pool Refreshing

2,163 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (161,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,807 746,807 00000000000000000008306c5a266b663504c767a18576b5efde5763c3413b9e 1.43 MB 2,559 10
746,806 746,806 00000000000000000008dfff27a69d6585250b26571640a00673aad6ce15c3f2 1.51 MB 2,546 23
746,805 746,805 00000000000000000003f4bfb962291b742ef2225ddaa02af44719516ea592b7 0.22 MB 497 10
746,804 746,804 00000000000000000004f8e2a9f745af844de1fc909703ac23d0a2ef8bc7a057 0.23 MB 438 9
746,803 746,803 00000000000000000006e7d1cd17f0f5e47f8cf1aa711de6d6cebfd45e5dd45f 0.33 MB 516 11
746,802 746,802 00000000000000000001b1d2c97e813de3d90bf346b2c5bec53902f9b931831e 0.04 MB 87 14
746,801 746,801 00000000000000000007fa5b257b0c07adee17da397fd43e968fc02cc4c2cb73 1.28 MB 2,616 10
746,800 746,800 00000000000000000006752a90313cc2b0835e44b35dfce69a98e4fe864f7090 0.78 MB 1,406 12
746,799 746,799 00000000000000000000887b8971f191e0fa1e1b72a6046df071af8b260a6102 0.07 MB 187 11
746,798 746,798 00000000000000000001ca87d3981e2375124136c96fe4effb3b2a8beac8fdc7 1.27 MB 1,672 7
746,797 746,797 000000000000000000005aca4f463d56d4b7e9574aa0b9b71d9159648aafb037 0.30 MB 615 12
746,796 746,796 00000000000000000009eb032f8baab17546e2c85ad468d068594d6db9b9e4da 0.58 MB 1,071 7
746,795 746,795 00000000000000000000625eef1fe7d5962a2a6fb6c4363c9ce6c91d0f77ffce 1.31 MB 1,789 10
746,794 746,794 00000000000000000000c2fbd3d2081e9909ee6066e67a17bab329fe4a7bb58d 0.06 MB 91 7
746,793 746,793 0000000000000000000515552ccd4b9d72c3f81fecad97a0c8424b9384f92aa5 0.73 MB 562 6
746,792 746,792 0000000000000000000974d008f3e26bf74c67b71e9d2632bcf8ed9061760fe8 1.14 MB 1,355 8
746,791 746,791 00000000000000000004e2876fbad323e66d60818e7daf4f02a5bee56b2f1eeb 1.17 MB 1,235 5
746,790 746,790 0000000000000000000349d9b9a658245573a2e3de8a690cb865aea9672d1ee8 1.63 MB 2,899 7
746,789 746,789 000000000000000000024e259f265b42728ee655f55578c80f2aeee196d4ffce 2.13 MB 761 17
746,788 746,788 00000000000000000009f9d4d4ece9c691ff4a7e232a04c32f53f5a67bb4d41b 1.72 MB 1,495 4
746,787 746,787 00000000000000000004fed4b423252b2ef00f10c8baba295d11aa843e2fe819 1.46 MB 2,172 9
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.