Memory Pool Memory Pool Refreshing

8,143 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,773 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (451,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
455,742 455,742 0000000000000000013b49362dabee725d78387de13c23040000cdfe802df439 1.00 MB 2,638 199
455,741 455,741 000000000000000000013eaf206aaa925710cedbc28c26f2ec017aabbcb812e9 1.00 MB 2,246 170
455,740 455,740 000000000000000001ed2ce0f060daeb58d3e23a5b12bf24e62729b051d2c431 1.00 MB 2,504 194
455,739 455,739 0000000000000000015ee5ebfdae3be1c7d71709924ae3144a1bf1e015c7ea4c 1.00 MB 2,137 103
455,738 455,738 0000000000000000003a0d4285902827e81c60a56f339d3a094698f2c41ecf2f 1.00 MB 1,627 102
455,737 455,737 000000000000000001185ca0cb4e6e2b7479b461f201de67d38ebc1b42b43695 1.00 MB 2,111 189
455,736 455,736 0000000000000000018464f5abf25c7730166ffac4a0d912f567b57d95d24625 1.00 MB 862 89
455,735 455,735 00000000000000000216e020f7fde01d49408833a9b63cbec69c94a8b61f8454 1.00 MB 1,342 90
455,734 455,734 000000000000000000e659bcc28e2dcdefd7dd3d13b91967e50bac34490dc200 1.00 MB 2,056 139
455,733 455,733 000000000000000001f6459dc71466af3de7460d5312d2627e7868e913368042 1.00 MB 2,239 191
455,732 455,732 0000000000000000020ea5c9a4f8625ae95202c539b628d387c8a73abdb463d3 1.00 MB 1,667 143
455,731 455,731 000000000000000000a1449ee5b689865b17e24cb865c0ffbc09df079f612b39 1.00 MB 1,195 240
455,730 455,730 0000000000000000004b3f4287910bfc8bbf579396be8db7406d030b8bfaaac2 1.00 MB 2,172 147
455,729 455,729 00000000000000000004f1e3c415577bcc09c9ac100009678f16759b8bec2ac3 1.00 MB 1,801 146
455,728 455,728 00000000000000000094b1573b3390c3d733bdc5e0d5f7078505139d963201aa 1.00 MB 2,244 193
455,727 455,727 000000000000000002152649c10c4b1f8c88b6b739c1e1fb07d2622b4f380b79 1.00 MB 1,652 143
455,726 455,726 0000000000000000016a6a206d7f371b17a5ba3cfdbea976615f95934ed3070c 1.00 MB 2,056 164
455,725 455,725 00000000000000000132f562b2f33e4cc7f0ae7dfdf99476e90388a3c5d2dbf8 1.00 MB 782 100
455,724 455,724 000000000000000001e117bf360a5d292ab7bb0e2c2190110bed9f5d0fd9007f 1.00 MB 1,959 112
455,723 455,723 000000000000000000ff57b5ce8268f6af80e5db73db17f4619d87dd28a76f8b 1.00 MB 2,304 191
455,722 455,722 000000000000000000759a87ff3ef58ff47306478b9f375f9b444f1d30e1b16a 1.00 MB 1,825 123
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.