Memory Pool Memory Pool Refreshing

724 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (797,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,633 110,633 000000000000f485c085b3950d05c478841e90d94ea4d32389ecf587ca0e29b7 0.00 MB 3 0
110,632 110,632 000000000000539f99e9497b9b6b45c6f011739d7299a361dfaaef3b626c76bd 0.00 MB 3 0
110,631 110,631 000000000001101ad0d60765ecdd6ac581c25efb9257f78724a62774fb3669f1 0.00 MB 8 0
110,630 110,630 000000000000519ca1a1255f56b4470d8379543d232c02838e46250385191437 0.00 MB 8 0
110,629 110,629 0000000000008f5311c64530d834e74edf2c97b6be57f3f84cbee4e0f79ae9ec 0.00 MB 1 0
110,628 110,628 000000000000dc691cc2f8cd100c839c3c2113eda907bc919a4af070c6ef5659 0.00 MB 6 0
110,627 110,627 0000000000014f603dc167da9f57334344f571a35a566529bbd28a0db8e4cb0d 0.00 MB 1 0
110,626 110,626 0000000000001641ca55354e3e380b3b68ade567c30e9c376cc9cbe9e133ce8d 0.00 MB 12 0
110,625 110,625 000000000000243b05c7232cefdd1e4512ed5c09476f61bf1a4b52d6852b4380 0.00 MB 17 0
110,624 110,624 000000000000cf788396c00ea15a063c35ddda5091258460d245a4f918a77368 0.04 MB 6 895
110,623 110,623 00000000000196ac8cb67d9dcc414bb7940c4782a46818894d77d4f6df753ee2 0.00 MB 2 0
110,622 110,622 00000000000123e4ec47a24e822d7660c18c461acd7ba090a8a42e226abab2da 0.00 MB 5 0
110,621 110,621 00000000000015ca2af69a032547492320a6b589b60c7f087e5eebdc86f02f5a 0.00 MB 11 371
110,620 110,620 0000000000009c68118df64ce0430e4cd529b04d77697367a37d152e3053acfa 0.00 MB 12 0
110,619 110,619 000000000000f5b63f9852f990d78e0e1c65ad359ee84d1c901c609d49bd8df9 0.00 MB 12 0
110,618 110,618 0000000000007c2ac0c7d49bf509d0e7ff707058f3b6002588b99844ebf33b5d 0.00 MB 13 0
110,617 110,617 0000000000013b8510cd7e957064b1a8570b7da0a11192066967128d32d26ed3 0.00 MB 12 0
110,616 110,616 000000000000eaf6b174f8cd1dea7ac1308d34c2d4a75c098cfe6cf969620b1d 0.00 MB 11 0
110,615 110,615 00000000000105f854c819fc836aff215923ddc3ce65efc94eab2a4df2399c7f 0.00 MB 17 0
110,614 110,614 000000000000f41c2630b7588266430768fb1b68d637a8e1c86400a0de285206 0.00 MB 2 0
110,613 110,613 00000000000038db25a77a9e3540bab992588d6a955af316500044447031a45f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.22 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.