Memory Pool Memory Pool Refreshing

7,126 transactions
2.68 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (793,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,770 113,770 000000000000afc150a85eb4aa2ef2336a9fd096765f4abb488a647aae7d2f90 0.00 MB 1 0
113,769 113,769 000000000000d9700c0da8fe94aaa3b87674440e4bf8b8b0b662dbfa44a91c20 0.02 MB 98 0
113,768 113,768 0000000000006d039b5228c6725401e95bc28fe06aefe4abd66000884da3cd07 0.00 MB 9 0
113,767 113,767 0000000000007eaa789e407283044cae71f7cdd70bf410a65d65728919b72557 0.00 MB 10 313
113,766 113,766 000000000000b64905cbb5b474be868e6f88e66aa8717c497504f415009a7ec8 0.01 MB 17 645
113,765 113,765 000000000000459f4c871daf2411fd088ba4487a99872218e3548c52fdecaa1b 0.00 MB 11 0
113,764 113,764 0000000000003e0a9ff57e75196eddec5f73668912d9e8bdde861ae98f3e1f47 0.00 MB 7 297
113,763 113,763 000000000000ac95c92a198eaa603ff262fbb97864e09f59414f4a5edc07d73b 0.03 MB 124 0
113,762 113,762 0000000000006439b4ba00bea6d5d2c79469e2389ee74554b68054098ed4519d 0.01 MB 37 168
113,761 113,761 0000000000002621f02c15bb7557ab1e8be5a4ce443d9c4df6a21b33291bb6bc 0.00 MB 2 3,891
113,760 113,760 000000000000c2cd965872f53c80a6b30956be0620ab962bd71004bfb985eeff 0.00 MB 14 0
113,759 113,759 000000000000082e555fd2afa25aae0f4aeeb7f257c85c3fd6ee8d19551a1420 0.00 MB 14 335
113,758 113,758 0000000000003170ac88051c5f1c477369fb6a67f9c5522c0296e9a9db9f7935 0.00 MB 12 0
113,757 113,757 0000000000001a4cd533b9f079c77d5c2756694108e1a8d1414bae814c4734f4 0.00 MB 14 0
113,756 113,756 00000000000010dfead41e084e64dd64a76fe3fe9708ef90b6889d4256c3c6fd 0.00 MB 14 0
113,755 113,755 000000000000cc74b82b4129a74664c37db8542425dbcc296b36fd90c17b21ae 0.00 MB 13 0
113,754 113,754 000000000000a9c71856278da5d8a73f810d28d41af9424bef57bce78a982680 0.00 MB 11 802
113,753 113,753 0000000000002c8b8e3e0ec7d3ab534ccd315d21d02f5b56ddad34e602feb61f 0.04 MB 167 73
113,752 113,752 000000000000627ce3c06385488792db57f42f87bd2570039683532f2aeb0e38 0.00 MB 10 320
113,751 113,751 0000000000009355b5845807476b843c7d67695d30ef20b8db49b9821d2128e3 0.00 MB 7 322
113,750 113,750 0000000000001d2f97293f57c09d642ff26dc1b9076eb26afa1bdb5fd6a69417 0.00 MB 11 546
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.