Memory Pool Memory Pool Refreshing

2,319 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (606,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,771 301,771 00000000000000007b7aa34f38730f3892e676ff2549f7a5e24340794964ebeb 0.74 MB 459 13
301,770 301,770 00000000000000007557c768f2bc91562b382613771cfcddee195cb1a2fc91fc 0.50 MB 858 29
301,769 301,769 000000000000000002b39af437722e7940b52b5ff020c3857afd1103ee7bfe3c 0.25 MB 279 20
301,768 301,768 000000000000000070d37b44be466ebbf8b3becee682d2fb5dc3b08d17ee4607 0.35 MB 832 35
301,767 301,767 0000000000000000696278bd67bbf104a6cad2476f8f062ed9d9d1ed5eea3e8f 0.35 MB 396 22
301,766 301,766 00000000000000005a2355b1d21fcffc667db080c9dc2be8c86482dd34fb5abb 0.35 MB 759 38
301,765 301,765 000000000000000034167a581e9ea7426e4dcbfc4e0d75318fe17e5539c3340d 0.03 MB 64 40
301,764 301,764 00000000000000002d9b7b29fe45f1fa11542cbe8cf12fb74adeb749a33a7cd5 0.35 MB 327 17
301,763 301,763 000000000000000048db7a2144c01449a2cd33979ae4e2e20515975b2856db90 0.75 MB 1,558 49
301,762 301,762 00000000000000002b0d49bab7f48199e417f6ba02ca75de3f608f6fb67eedee 0.35 MB 964 42
301,761 301,761 00000000000000000938f03c7db40c1cc7302b57915f7e8febe8302b9156eb09 0.08 MB 131 26
301,760 301,760 0000000000000000726d9b8b8e296ea090be9b66fec5fae56ad19f1ab6cacf89 0.28 MB 528 30
301,759 301,759 00000000000000001df7d3920b51e88a15629e3cb991dd430db94c48bbb26f6c 0.71 MB 1,103 39
301,758 301,758 0000000000000000430846f01d7e4b1ab65f64bf56ae898cb2cb944ec82a0dec 0.14 MB 189 20
301,757 301,757 000000000000000059e284f25a9deba11cf96772cdde3470d0329458d6d8c86a 0.35 MB 621 30
301,756 301,756 000000000000000073d88eb9b25111d9d3be6ebaecb32e4c08e1d2ed8dd27b76 0.05 MB 100 211
301,755 301,755 000000000000000077a39bd6891f34c59993a75a8aa36593afd0e3ce5cf5bc16 0.87 MB 891 22
301,754 301,754 0000000000000000559479291b7837e7a63673dbf93cde54289cfcc9252d7fb5 0.27 MB 628 36
301,753 301,753 000000000000000061b230a097b012c6fd1db6d90af13737142917daf6c96473 0.31 MB 624 66
301,752 301,752 000000000000000050cbc7868f758eff57618675fada7030c77dacf792f5cbdc 0.77 MB 1,269 30
301,751 301,751 00000000000000007bdc4fdd15d9509eb502987825fd50c3105fcd6d9b0876ca 0.35 MB 574 26
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.