Memory Pool Memory Pool Refreshing

6,728 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,929 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (463,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,697 444,697 000000000000000000e241e0de32389c6b88e5ad4d38b91051b13ede1deb48d0 0.74 MB 1,575 74
444,696 444,696 00000000000000000277128aeb137901b8b1acff2df46570897f0a98f37c846d 1.00 MB 1,053 43
444,695 444,695 000000000000000001db51d44c42d3e3f3b19cadb4c2cf5d9736026514393dd1 1.00 MB 2,352 65
444,694 444,694 000000000000000000e1f6d67e9f415d9d42351ab7c2825eb3638a33420682f7 1.00 MB 2,690 100
444,693 444,693 000000000000000001da14b2dc82a86098d3f0327b0220ca03c5a226b50a34b4 0.00 MB 1 0
444,692 444,692 00000000000000000006ed022e664a089c50e1069551620a8569296f3a7208e1 0.25 MB 171 33
444,691 444,691 0000000000000000005a087119c673025679301fa9fa39090f0f94a8d8b35d3b 1.00 MB 1,959 57
444,690 444,690 00000000000000000243102eeafe2d7f43484a3a50663541bf079d474d17c409 1.00 MB 2,632 65
444,689 444,689 00000000000000000075c51504c60a986e4efd3dc7b349fdcadf250787adfca8 1.00 MB 2,079 81
444,688 444,688 00000000000000000212ce424166b7cdbb6e93758db32d334b2e049664bc7258 1.00 MB 2,746 96
444,687 444,687 0000000000000000034c67b900792e5d3a7bc7f1ef43bd43a6f96406e9b302df 1.00 MB 2,758 86
444,686 444,686 000000000000000000017d9d22b236a8f897f167b19e958c9dc591176c82f1ff 1.00 MB 2,142 67
444,685 444,685 000000000000000000eafce595095c765b3d314bdf8aed6d149e63f9c563c02b 1.00 MB 2,576 78
444,684 444,684 0000000000000000038441db412f825c2ddddfc30d1d930ca7d2dc046c4690e7 0.67 MB 1,549 75
444,683 444,683 000000000000000002f7d9107495396fda8c39c73ea89666e7e17eb8b9cbcede 0.21 MB 438 76
444,682 444,682 000000000000000000a8931ba9bb055af1204f9b6369a82e29b5dc60d98cea83 0.07 MB 143 63
444,681 444,681 0000000000000000013f3ddf2ae808bdbccca80cb3a4a0980d6726b2142eddee 0.62 MB 1,144 52
444,680 444,680 000000000000000001a3d9caf8f2b3e57477e59376d5085af16fad0beb34fdcc 1.00 MB 2,437 82
444,679 444,679 0000000000000000014d3cd26472e6c6c6b323eb48fe98b7ad434118e2c8927a 1.00 MB 2,499 78
444,678 444,678 00000000000000000156e048637ef1e738f9aed433220f96e6a241d88adb15e5 1.00 MB 2,719 91
444,677 444,677 000000000000000002cde4b188338346cd425cbcb9c27b1185dc85f6acc9254f 0.41 MB 618 51
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.