Memory Pool Memory Pool Refreshing

7,805 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (600,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,459 307,459 0000000000000000274524fbf8592d63ea5a8d067a38f80864ce20972263d40c 0.36 MB 632 37
307,458 307,458 0000000000000000180f827fd94a4092079f38efbe37c3ab2e313171ab38c31c 0.48 MB 937 32
307,457 307,457 0000000000000000214e0aa1b425536e58d1882c1e82ec268caaf34b958f9c07 0.45 MB 396 27
307,456 307,456 00000000000000005092dfcab0cbafb36542eeca28e38b95f32e1f59c2f170e1 0.40 MB 725 31
307,455 307,455 0000000000000000422e6710367957be6bfc8834a3f418812ee4da81249fd338 0.02 MB 16 25
307,454 307,454 000000000000000007ea0231603c3a1fd565cabfcbb371e28a7c1a41f36b4b43 0.16 MB 248 28
307,453 307,453 000000000000000030da34363cfcf9dc0b7b924879197a7b3673aa16f488fc45 0.00 MB 1 0
307,452 307,452 00000000000000001fd66d9b797387ec38db9497b3c79a58c9fdd82aa1b499f6 0.06 MB 151 34
307,451 307,451 00000000000000001aab71bda1f04b747442b0ef75a3a0f292aaaac49dc9034c 0.01 MB 21 27
307,450 307,450 00000000000000004d35c4e770e9a3c0ab4bb0d4023df655b8be4d111213181c 0.01 MB 16 23
307,449 307,449 0000000000000000195d8bd342487d7c826849ebd951f48e168ee39b3e29007f 0.17 MB 233 24
307,448 307,448 00000000000000003c1eee2fe878a509c9264ee2fa10edfe7998cd5224dde0ff 0.07 MB 117 31
307,447 307,447 0000000000000000304006b624d9bbf2708aba44d77ff628502c0572243f7047 0.20 MB 301 26
307,446 307,446 000000000000000027c4c8c6f285ace6421079293f7fc5fe1cd719e35dec092b 0.21 MB 302 21
307,445 307,445 0000000000000000078a553fb500ba56d7d9386a9aea3ad3c88d93fbf90c605c 0.35 MB 832 36
307,444 307,444 000000000000000008f2a0fb00ade253ef27ebfe2d2e822edb9ce02f0fdadc0f 0.00 MB 1 0
307,443 307,443 000000000000000045618ffeade27647749c346f5e42c6dcb241acba5570706c 0.29 MB 623 41
307,442 307,442 000000000000000028b38bb6eee6c9874f61416d4b5ce9347beee9cd80b40904 0.09 MB 174 26
307,441 307,441 000000000000000048a713ceeabc08db74c5d3b9a538fe9bd77c17072af7d824 0.12 MB 224 511
307,440 307,440 000000000000000038129f73aa5d43b7f06c12fc21d5f4761c0b6023674ebcef 0.28 MB 425 29
307,439 307,439 00000000000000003a93c027194eb5bbfc4a17b937ccc5d1b69e348a057d7637 0.13 MB 169 24
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, 114 incoming
  • Data Transfer: 1,625.80 GB sent, 93.04 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.