Memory Pool Memory Pool Refreshing

79 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 68 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (600,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,736 307,736 0000000000000000314c8441803c1039f33307ac680c42654581776cf6d78cfc 0.19 MB 385 37
307,735 307,735 00000000000000002e25f03891a940300f3553de4d7cc77e88788171b3b09d8b 0.18 MB 284 27
307,734 307,734 00000000000000002223990de9d398490e6c0c73bdea1deb081ff11020aa575c 0.35 MB 585 30
307,733 307,733 00000000000000004b906b6da2623973ebd75b400ad391e23c13ecd7914cdef2 0.28 MB 401 27
307,732 307,732 000000000000000045f649c3c8dfcfc505c030a69a09af68f1e4bb65b69a39d3 0.27 MB 474 28
307,731 307,731 000000000000000013c32f618afc116c9213ccf66e5292724bea3e6d2fd2803b 0.45 MB 580 23
307,730 307,730 00000000000000003d6bc33cc73253d6559e6438b9dbb87b25c24bf4cc9ef996 0.47 MB 764 29
307,729 307,729 00000000000000003f01ab8fdb84f0a00be8ea89930d44f50be5bbe7c4a8e33c 0.06 MB 107 29
307,728 307,728 00000000000000004ecbc81fd1e490933f54d3d35c48c584e8c25482313ad71b 0.10 MB 155 23
307,727 307,727 0000000000000000274651d63821f219a233f1b5cde57698d9b34aea3f499c92 0.24 MB 377 22
307,726 307,726 00000000000000001e4a3d91128c2c168fd9b74938762f9308f810241334833b 0.10 MB 191 27
307,725 307,725 00000000000000000d4a35227380fe2d35f0d3debc5debdf345147bea659b410 0.04 MB 96 31
307,724 307,724 000000000000000022870bbf257609e262f906d12b84c35a2d8ed7dec3e1dea3 0.02 MB 25 30
307,723 307,723 0000000000000000066c09ed57f040b4cc303f471bed29b9f96ad2e960dc669b 0.26 MB 359 24
307,722 307,722 00000000000000004e7a33277af6834ab3b12c5e8b9d544ba91bf0378bb4fd55 0.28 MB 475 27
307,721 307,721 0000000000000000112c61c6e2411a1995e24e671902d56428494e34e2a550d0 0.08 MB 97 63
307,720 307,720 000000000000000029c306ced9ecd02515f034f375d8d5bb6b9e177eb85f966b 0.20 MB 383 29
307,719 307,719 00000000000000003760ca871dd77b5a14295a892e584060313542af67a4d54a 0.10 MB 159 23
307,718 307,718 0000000000000000069d9a9f64661335beaa09188fa4bf08187bfa7e68a088d8 0.28 MB 548 65
307,717 307,717 0000000000000000164f7eb71a06a90661325cd8a69f05f0b7418bbce654d6cf 0.04 MB 71 22
307,716 307,716 00000000000000004694db3af22900b34b7101a3286ae8cf10fc62845c1aaf9f 0.25 MB 526 32
Previous 10 blocks ↓
Total Size: 769.10 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.81 GB sent, 93.39 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.