Memory Pool Memory Pool Refreshing

9,238 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,424 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (10,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,781 897,781 000000000000000000006111a908ea4582f519568d1ca07df238dad60ffd881a 1.68 MB 3,800 3
897,780 897,780 000000000000000000014d3dcd9476a99063f20be640ec3a03c9f429c355e1db 2.07 MB 2,940 4
897,779 897,779 00000000000000000001e0fac408a403c1b37f5b18dd35ab63bcdac95f907e6e 0.62 MB 1,126 1
897,778 897,778 000000000000000000008f9c36d3e03ace4eb6a415713be2480bda946ba3c282 1.76 MB 1,928 1
897,777 897,777 00000000000000000000b712a7c31f8dcb69de8c725ef9ec403242fccc4a4ace 1.77 MB 2,592 2
897,776 897,776 000000000000000000008e775defb493a0c20032eb1e8cfbe8ad433a32efa091 1.55 MB 3,343 2
897,775 897,775 00000000000000000001762b6c37e0128355a03b95c5891a6413ee718d4f67cf 1.58 MB 3,686 5
897,774 897,774 0000000000000000000006c3fc04f537f616fa7c0e3d0456093654b182034693 1.05 MB 2,227 1
897,773 897,773 0000000000000000000032c58ed4a667f912fc5d41be7bc38fb9d411984192e7 1.68 MB 3,340 2
897,772 897,772 000000000000000000000463103ac48ed3c8887e59ba7d0078683c4fa4913e7b 0.50 MB 814 2
897,771 897,771 00000000000000000001d8034ad0d82cfe7d7198c1c5d446a4f041d019849523 1.60 MB 2,785 1
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.82 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.