Memory Pool Memory Pool Refreshing

8,403 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (557,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,637 350,637 000000000000000005a9ea5e5e4eb9db166c3d7c030c5eb2c9c55c497744d19c 0.09 MB 125 21
350,636 350,636 000000000000000013ce3655226b333a3217f2dd41f81719572a4c37a6e0dd83 0.10 MB 190 72
350,635 350,635 000000000000000012625d81a0c161b8f497108356ba8bd7b4cda3bccb2eba04 0.00 MB 5 31
350,634 350,634 0000000000000000073a26bbe4d4c83281573e01101a6f9730ad66d087057027 0.03 MB 33 7
350,633 350,633 000000000000000012d4b33854cefa7f2a6ab9448e8b6ebc630870f6216f2d0c 0.57 MB 928 53
350,632 350,632 000000000000000016012a3c3760e29d9392d15a93f0314333291b54ee23e502 0.10 MB 144 14
350,631 350,631 0000000000000000126fcf69b6b7ac17bbcf19653e9db26f9da2d9b66f620bd4 0.19 MB 319 46
350,630 350,630 000000000000000014b67a9791db891842c169cb7964d5e397816b75180d0523 0.07 MB 128 169
350,629 350,629 000000000000000013b1e4d80b45a2b779dbafbba69951244375fabdbc3e3507 0.75 MB 1,077 41
350,628 350,628 00000000000000000d47b070e81591323bd021bd2619ae385bf0ee1cfaab785f 0.32 MB 506 25
350,627 350,627 000000000000000011495c216b2a90c730ee5b60376e9b1ca793aee5cbd6b2d0 0.51 MB 686 18
350,626 350,626 00000000000000001611d9509deb348979336bd99ede1c3d7b14bad911be24c5 0.07 MB 117 24
350,625 350,625 0000000000000000104f0014014bc5d7bbe28038598e4447d5023da8493b02fa 0.29 MB 511 25
350,624 350,624 000000000000000012aa1375d5d083daada3e2adba965cee075add8dd8fcc2b1 0.37 MB 725 27
350,623 350,623 0000000000000000020f80112f85f97e81363213f3cc48a6d9ef97e1c47e7b90 0.19 MB 371 27
350,622 350,622 0000000000000000125ca62fdee63b1bcb3cb6779f31fe66ed6445f013561308 0.42 MB 909 28
350,621 350,621 0000000000000000017ef69caf9cd5e6d8ac4aecc9ff535f341266810ac82b24 0.00 MB 1 0
350,620 350,620 000000000000000009b3324388310a1c9c2df81de2f61c1c13ffa3d1af491731 0.42 MB 835 29
350,619 350,619 0000000000000000125b0a2d6e4442c94ab183446650d9c8dfe3deba8849ecc3 0.10 MB 189 27
350,618 350,618 00000000000000000e8e199965370521d9093618b740a8843e27c221e83799b4 0.05 MB 127 34
350,617 350,617 000000000000000007ec61ebddc40ad6917ee1098b7a4701da68364b16dafda7 0.44 MB 967 25
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.88 GB sent, 93.09 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.