Memory Pool Memory Pool Refreshing

7,348 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (9,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,770 897,770 0000000000000000000157d265193946b7eef8ee2892272529a1e16878341b59 1.78 MB 2,186 1
897,769 897,769 00000000000000000000e66f25f7d30eb546e48b8f449ca7c171d8fd8d3e90fc 1.94 MB 1,947 1
897,768 897,768 0000000000000000000243761a240a3407debff0c3d9402eae3f23703da9cc27 1.79 MB 3,367 2
897,767 897,767 000000000000000000000dae6780f986b9e6ab892264624d21fae0f098ec9d1f 1.57 MB 3,517 3
897,766 897,766 00000000000000000001f0f01134488171a7ab305c54b8d4624bafb9aa3430af 1.51 MB 2,838 3
897,765 897,765 00000000000000000001b0d5c80c65abf240607fc6474375cc94ca4fa56e5a00 1.72 MB 4,473 2
897,764 897,764 000000000000000000003a5ddf0e16dd4783a89ec68606ed274964590ffa802e 1.70 MB 3,058 2
897,763 897,763 000000000000000000014c9b1037f9bbf8a70772e8b0f0ddb9d838b2a0dce795 1.57 MB 3,491 5
897,762 897,762 000000000000000000013f955d46af1ec0c16cb4548d939affec7d9afacbe8c6 0.21 MB 374 3
897,761 897,761 0000000000000000000146718b8130baa62db9072e934b752615f0c79a486239 0.54 MB 1,088 2
897,760 897,760 00000000000000000000f339b6e53d9ced042fcd4df7cf40a9c38e85ca83e33d 2.61 MB 1,225 1
897,759 897,759 000000000000000000004cb52c221ee936386d2eee41affaec2048ffa5b0035a 3.28 MB 1,622 1
897,758 897,758 00000000000000000000cd57f3bdbe18c3c828dcf390bd1cf33eb17fa6c82969 2.22 MB 2,044 1
897,757 897,757 00000000000000000000e38c8c089e5ee09c59ade9fed7f7ce59747bdcedbe54 1.58 MB 2,711 3
897,756 897,756 000000000000000000020bf7ff937bd37b10df2cdce9211383ee57892a67316e 2.38 MB 1,910 2
897,755 897,755 000000000000000000001a719c3e0424e234dd4b148487251172d7586b5ce425 1.78 MB 1,201 2
897,754 897,754 000000000000000000012fee6fe0c1e7b2172966beea18cee490847deb32085e 1.64 MB 3,454 3
897,753 897,753 00000000000000000001f51db9f6d998633ff6ee29d252c0455c18f8bbe44a9a 1.56 MB 3,741 8
897,752 897,752 00000000000000000000c5cc9fb5a7bf1b1df028927d22089de1d4fd585a81ed 3.58 MB 972 1
897,751 897,751 000000000000000000012a7271374424e85d5d8e07d1866dc30fe006354043fa 3.33 MB 948 1
897,750 897,750 000000000000000000011dd83f5cd5871c8020abd0b34413771d0cadc3af2fcd 2.10 MB 3,245 1
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.