Memory Pool Memory Pool Refreshing

3,509 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (11,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,026 896,026 000000000000000000007df85e087b9abee07d343b45fd7b3ce65930102d59f0 1.81 MB 791 1
896,025 896,025 0000000000000000000019488430ee7195a9bd3d41b23652e7e4aaa12a9ed3f0 1.51 MB 2,631 3
896,024 896,024 0000000000000000000142a6b91848c6d651843a7e8ea7cf9cc74f1ccb7467e6 2.10 MB 1,545 1
896,023 896,023 00000000000000000001d111386274b72cb146d11bc7c0ce585518c0aff80120 1.23 MB 1,051 2
896,022 896,022 00000000000000000001ee36251951699c6c6ec62a3a7ec118b2119549e529d0 1.65 MB 3,026 4
896,021 896,021 00000000000000000001db5778ac32e60059bc984aec99f2aa8c579c733724ad 1.08 MB 414 2
896,020 896,020 00000000000000000001cb6953b135c736c5e3a39ae8a370b8e69cf44ee8e561 1.67 MB 2,584 4
896,019 896,019 00000000000000000000cdcfd49b9cae573b2f37ee3ba347a0ae1fa1eb391008 1.10 MB 412 2
896,018 896,018 000000000000000000013618bf5278843b9487445602c6408163d4826271841b 1.78 MB 1,786 2
896,017 896,017 000000000000000000024b7c856cede42bf3641e9b281d1a79f7472f5ae402e8 1.55 MB 3,368 4
896,016 896,016 00000000000000000000e4f593b663b2d1064754cf6d0bbdd7f31b6d0656298e 1.48 MB 3,669 7
896,015 896,015 00000000000000000001e474c5e87aea078c82bdfdea8d5c2bfa8a37fcf48b8a 1.64 MB 3,565 6
896,014 896,014 0000000000000000000180b18e61a07cb397d6ebeb86b2f02d924942b0a2f5aa 1.49 MB 3,089 10
896,013 896,013 00000000000000000000856dc266611e6e483bf8b46a58b1b81c7a4c2b619e07 1.17 MB 934 2
896,012 896,012 00000000000000000000675faae1c1895087a4994b78fe967e66c2bfdc401244 1.22 MB 1,398 3
896,011 896,011 000000000000000000002a77d4aad03cdfa57005b3385ee083c6a1eedfd11308 1.43 MB 2,115 3
896,010 896,010 00000000000000000001899ee72bf4f109f0cc90e363cc5a252a2bd42a4c34e1 1.21 MB 794 2
896,009 896,009 000000000000000000008bde65ba9dbcdff8b2852035ad460047b7f2b6a06a65 1.56 MB 3,735 5
896,008 896,008 000000000000000000006da30885aff9bcfef472a56a2a216bcb42864a47699e 1.18 MB 841 2
896,007 896,007 00000000000000000001c13dd6a893b093458ee58179c8275eea5ebdc46ac08b 1.30 MB 1,406 3
896,006 896,006 000000000000000000025746248bc02ee59416b1f4de1d0f7f6fde85ae8300cb 1.17 MB 1,159 3
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.