Memory Pool Memory Pool Refreshing

765 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 739 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (355,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,809 551,809 0000000000000000000768cebce5861247339357b8b47a444e78f18292c36599 1.24 MB 2,402 48
551,808 551,808 000000000000000000136f8cda32b9b6410f510249b0f1ced0c759f4a93c2d2e 1.11 MB 1,347 21
551,807 551,807 000000000000000000249214b780fb1b6277ffaa28c035015d2de1171570ae20 1.08 MB 1,018 16
551,806 551,806 000000000000000000066eafa42889316054fc7eb34047e282c5236feb54ca3d 1.04 MB 1,014 10
551,805 551,805 00000000000000000028fa66c180b83abd4f29aaafe03c9dd4943551f5548268 1.14 MB 2,542 25
551,804 551,804 0000000000000000001ecfb255fb2b5b3a77135fb83f0eb31d1348f4cd04efb1 0.86 MB 1,506 32
551,803 551,803 00000000000000000001979b6789bd6c76e8ec89afd95c8d4d7b180a7ae9959a 1.21 MB 2,211 20
551,802 551,802 0000000000000000001671aec32dfa30a099b078fd098cbf054dc3c82f0caeb7 1.22 MB 2,967 59
551,801 551,801 000000000000000000235d67e5b24efa22f435a5aea46a483934f595ddcdd872 0.96 MB 1,541 10
551,800 551,800 0000000000000000001f12be8004ca54ef0e0851109d86e44f6a18ce8c069ad7 1.07 MB 2,031 8
551,799 551,799 000000000000000000167474485fa5509851c0fe423347463fce5fd9b199c747 1.20 MB 1,824 29
551,798 551,798 00000000000000000019fd64abcbc9c51134b928ae24347abb5e31b12748f956 1.10 MB 2,646 17
551,797 551,797 00000000000000000013e9bc7196d2be3681ba0b17f24ed6e67ff0a817704063 1.16 MB 1,956 18
551,796 551,796 0000000000000000001b3311a45b9c18846a17c120328deee074cc03a76fd2e0 1.32 MB 2,697 35
551,795 551,795 0000000000000000001ae8a8094c0cbd4e2db822235f62af328b100d14e2acfe 0.27 MB 536 102
551,794 551,794 00000000000000000006dec74cba9a7deed74ca5990c5d2f621105fba08714cb 1.09 MB 1,916 13
551,793 551,793 0000000000000000000b853198d0646dfefac6eb6226873ba49797a6f9b0557a 1.01 MB 3,078 4
551,792 551,792 00000000000000000019f02430d99897629d07e2096ff84556d3d800f315cfcb 1.15 MB 2,141 21
551,791 551,791 000000000000000000274fd06cbfbdc394c4be1653b36a966e2757f675460337 1.29 MB 1,227 28
551,790 551,790 00000000000000000006b415918631d1b44be19076964cae196f23b1f2c5a186 1.37 MB 671 24
551,789 551,789 0000000000000000001aa610300cb7e1b42b8161a2bdf3e71a1ff93eb86c1375 1.21 MB 725 30
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.