Memory Pool Memory Pool Refreshing

7,587 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (761,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,893 145,893 00000000000004f9b07b7fa59ddce288fcfa258fa30f81646c58e92bd0525df3 0.03 MB 71 136
145,892 145,892 000000000000082ace362542bbb044a288b9725a894589b2133e7a7c818b9180 0.02 MB 35 45
145,891 145,891 0000000000000236abbf0224e4dfbcb9add20e0333ab998252f032f2ba358e09 0.02 MB 79 79
145,890 145,890 000000000000064a6ec2093d1b5f7711f7c8754684f93c1c1a8074536bb83179 0.01 MB 38 46
145,889 145,889 000000000000013ba58bb19baee71f57672971ff1c34770d902542e9353aa5e4 0.00 MB 15 268
145,888 145,888 00000000000004f796ab94abab30f2c3fc55d416146aa593fc7cb99524d4dd80 0.04 MB 90 336
145,887 145,887 000000000000079456325740e5edae199800ee83a9f2fbe7d49ff09705501e2a 0.00 MB 13 616
145,886 145,886 000000000000011ef120cff0bcb64478b0c7a23424fa030a99b0906061748c32 0.01 MB 23 70
145,885 145,885 00000000000001d44a63f81b5c65b5c76ab218b0164f83983e9002508191f051 0.01 MB 15 59
145,884 145,884 00000000000008a904efbc2a4a6452b366b125feb768be19216abb3225e6977c 0.01 MB 22 434
145,883 145,883 00000000000003988d68d0a982819ade13bc2eb9df153b1c84b07ce3bdc0b012 0.02 MB 42 115
145,882 145,882 00000000000007b5dd77f1cc0cfe2c39e1d9e7a2ec60ddf8f512b0123252c522 0.02 MB 37 321
145,881 145,881 00000000000001ec54a784f25f406496b33bef2767452de27f6446eb5c045716 0.00 MB 9 516
145,880 145,880 000000000000084ab87e9d4512a5041b119890ee373927b46e203306a1a6c1a6 0.03 MB 48 99
145,879 145,879 00000000000004b5fcc4129bbdcded194af5795263905f8dd058e65b38adfed6 0.00 MB 6 11
145,878 145,878 00000000000005f10c1923831f74f8e8e0ce7e0aa84dbcdc526f174d9714a4f5 0.02 MB 76 41
145,877 145,877 000000000000004aba6a2f52d13cf5b635c5284b7a42c4b58dd3e4ba65e4b98e 0.01 MB 26 110
145,876 145,876 00000000000000d360bbe4b5ae228fa835844e6bd58e6a5836b89122cb780648 0.00 MB 11 213
145,875 145,875 000000000000030cf690019ae70a8d5e4e782aeb02be2b914e8880ab087f7cc5 0.05 MB 126 7
145,874 145,874 000000000000031c71c838c433c9fae55a32cfe989e520bec06fd112be545f21 0.05 MB 128 3,473
145,873 145,873 00000000000008dbaf426df86c8104895cea9823d7603e0335e3eaf08f62c2cc 0.04 MB 56 445
Previous 10 blocks ↓
Total Size: 769.31 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,642.81 GB sent, 94.51 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.