Memory Pool Memory Pool Refreshing

10,574 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,778 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (733,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,564 174,564 00000000000000c67713b069f60863e12e7d08a8d1d9e4a61c11063e90c3486f 0.01 MB 29 128
174,563 174,563 000000000000037dcf2e30f848cc6903000a4d46410d58c9c0d4ad817a78d4ae 0.00 MB 12 72
174,562 174,562 00000000000009e237ce5cc70b6dea5e5d19e89cce57e2685f82c8df092a60f1 0.02 MB 57 126
174,561 174,561 00000000000001a96c8fc1572f1faefbab8ae11416d1f343bd0b9b175ab54315 0.03 MB 44 1
174,560 174,560 000000000000035b27bdd4be0bfa28ffe86f4c6b3ed31feb3b36b2006ef50e99 0.03 MB 74 145
174,559 174,559 0000000000000712dfc436f207e359372d80be86693a255bf639fef23340cdb9 0.06 MB 46 187
174,558 174,558 00000000000004a303349dc491c2b30a13cbceac169bac75db0abd6485f6772b 0.04 MB 100 59
174,557 174,557 00000000000004b25cf1573ec8365de5751f67fd99f6a53365d625d1f000833b 0.02 MB 26 311
174,556 174,556 00000000000007dee35a41ea0222a7e589e61154a1e46a2fe099c8313010d1a3 0.00 MB 6 0
174,555 174,555 000000000000021fd261a94fc00e130aae5f8675e6d3d317895a3d5bfb93ac0f 0.01 MB 13 17
174,554 174,554 0000000000000918abadafb3cfd51d3a704ceaad1d7016e78e08821a25466ddf 0.01 MB 28 135
174,553 174,553 0000000000000248b787bbe5183ef4c4211df5aedce3afe6ff4bcddb2414ab9b 0.01 MB 33 174
174,552 174,552 00000000000001a63189a732554cfd690abdcf7c8c3ab1ab82c9117b058a089c 0.02 MB 49 29
174,551 174,551 00000000000008aeba05f4858bb3d225a3fbcbfb18c3c7249d4f367f573a5f6d 0.04 MB 76 206
174,550 174,550 00000000000006e4db5b728b790c96ed269a2aeb8a4ae8d6eef2e78e47d03785 0.02 MB 25 194
174,549 174,549 00000000000007622daa6569244db453bd5231f6f9025592ab62d852f14977d1 0.01 MB 39 192
174,548 174,548 000000000000051c3ff5c64fb412f4e9b8c1ac63acfa70e54a7625b9b3db16d1 0.04 MB 77 61
174,547 174,547 00000000000001d9446536834d475b9491c8b09cc0d944aa5fbee4356d53a50a 0.02 MB 75 78
174,546 174,546 000000000000037a5fb47f435fec7701c0a8c144c0e64c366b62339216db4d6e 0.00 MB 14 20
174,545 174,545 0000000000000635b0bc4188b0444f5aaea55050e9de7482adf71899d7347f15 0.00 MB 8 628
174,544 174,544 00000000000001b70fba3602079dd2418ea4847cdd85b870eab7533d7a2ed7b3 0.02 MB 38 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.