Memory Pool Memory Pool Refreshing

13,782 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (112,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,974 794,974 00000000000000000003d25c59367ae42df7b26c6f824cea09a385a36e277e8c 1.96 MB 4,793 16
794,973 794,973 0000000000000000000319b74efb08da58315a16d86e314802e3649aeeda5b84 1.85 MB 2,716 12
794,972 794,972 00000000000000000002a957688294f0c17db14e6f67844a9c625a65ad87d30b 1.35 MB 1,632 26
794,971 794,971 00000000000000000004e664d7cef7f4441310fb173cab90ce46493cadfa8776 1.59 MB 2,883 25
794,970 794,970 00000000000000000000209ef72105c537f504136657cda80a97abc556afa2ff 2.06 MB 5,686 13
794,969 794,969 00000000000000000001fd2b20ecd287013e535265ef796523afd1fe8313ead0 1.72 MB 3,623 19
794,968 794,968 000000000000000000026934e3e73ab33add6c8bfff7bd7f30025264b8d247f1 1.98 MB 5,495 13
794,967 794,967 00000000000000000002d211572c3ce7ed39a777c53fbc77fd20d665aca6c04c 2.12 MB 6,491 10
794,966 794,966 00000000000000000002cd7c8742e00bce4ee58718fea71d131ddf853ef6f32d 1.85 MB 3,445 17
794,965 794,965 00000000000000000002015a5ba4bc3fb5330ce139dddc44e96664a42ad5feec 2.08 MB 5,141 10
794,964 794,964 00000000000000000003b5cf619a412ac40347015a4e5bf4e6f569bb1be7b126 2.01 MB 3,205 15
794,963 794,963 00000000000000000002c9e4422b3730b33aa69db9640f9003dcc89dd8c122e5 1.82 MB 4,109 12
794,962 794,962 000000000000000000013e89e97b1a7133152011b0f8a507143054f625a880f6 1.50 MB 2,341 25
794,961 794,961 00000000000000000001f649778d131b4407c865b2da25f172cef6bd0cd52142 1.83 MB 4,268 13
794,960 794,960 00000000000000000002f15ef82ee17afc777c09e2dd54fcaafe0a5099513e06 2.39 MB 2,411 17
794,959 794,959 00000000000000000004d3fbd48338a298476345957aeb2f05645190c7e97bb4 3.20 MB 2,790 11
794,958 794,958 00000000000000000001ecb405e928477287d29dfc9aa686b602b0abeb6931b8 2.39 MB 3,112 16
794,957 794,957 000000000000000000017e00e0e3c6311eeff6a666b75bce39903c4bab82c8e0 2.77 MB 3,026 13
794,956 794,956 00000000000000000002464aa03e4d80937e69aa9ad1a83c59c26fb58b97d4ca 1.44 MB 1,730 18
794,955 794,955 0000000000000000000537c8a1ce37eb4da5ab41d6bf641d7498f4996694a38c 1.70 MB 3,159 22
794,954 794,954 000000000000000000012ef68c555d8f43f75d003372c72fa6c873136b8d0813 1.55 MB 3,190 30
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.