Memory Pool Memory Pool Refreshing

556 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (828,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,795 79,795 000000000042698e8136cd267ad30d2190160afe031aa054d42172a1095b9321 0.01 MB 51 0
79,794 79,794 00000000001335722ca5890395e9a65cf83a2254b77f08c376b28d1c019856b5 0.00 MB 5 0
79,793 79,793 00000000001c0f2bf2505af94c9e1802cc63fd0be3d865dca1558f0ba3a3e4a6 0.00 MB 2 0
79,792 79,792 00000000004e40e8d9cbfc55a45fb747d457c8cef29f507ef556952ada6a717b 0.00 MB 1 0
79,791 79,791 00000000004fe41fed0eba0343e236ff7dedc31515f20e4b6463a39dd39fefe7 0.00 MB 5 0
79,790 79,790 0000000000283dc717208529c9bb1ac7ff657e2ae9332bfaff40a69d3198ff6a 0.00 MB 4 0
79,789 79,789 000000000017fff002e9ec973bcf246965fed613fbd70010eb864f73af407a59 0.00 MB 2 0
79,788 79,788 000000000030378be7675fb2e5628c7504a26487c5faa2547f51cab20f2bd0e6 0.00 MB 2 0
79,787 79,787 000000000041f2266512d7f4f0e758f07b35818e3bb9cd9d429d33c38c5c509a 0.00 MB 1 0
79,786 79,786 000000000003bca54621e495139f2b2f29b9269d43ad76950514206f0f112277 0.00 MB 4 0
79,785 79,785 000000000025a3082c0a18d62142dc322ec99254b5f0718b30bb2c004e052ca7 0.00 MB 3 0
79,784 79,784 000000000029e1d84edb68a977be9b403e96fe7b236f06ba099411aade04c7b3 0.00 MB 1 0
79,783 79,783 0000000000297a9e1fd2442b4466df67c7579563399595dbc5a60ad0869c11b0 0.00 MB 3 0
79,782 79,782 00000000003222b77ea460d345bae8dbad2d92acb0ee221283fdcd90aa5b5183 0.00 MB 2 0
79,781 79,781 0000000000228dec2e627b7c512176edf742eb1e0f6719bb4b1b816ba5d75603 0.00 MB 3 0
79,780 79,780 00000000001d774c15df2d3d019f914a6334e5b5c6f3e930f426373aba868396 0.00 MB 3 0
79,779 79,779 00000000005023868aa4dfa51995d2ea2445f819a9c005e09d381a7c92294f98 0.00 MB 2 0
79,778 79,778 00000000004c6a52dd7f8ef5a9dce26efe9c1f281704ab75e01c313e6b91194f 0.00 MB 1 0
79,777 79,777 0000000000189f422c1efc97f1195480498f5d8488f6193a24aca1e624a57fca 0.00 MB 1 0
79,776 79,776 00000000002a2992c63a9212dee26dca972211a48954a6e95ef28f19a61cfd1f 0.00 MB 1 0
79,775 79,775 00000000003551c0e1416ef47e86d21f85b4b40cbad647b178c6604da74dd408 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.