Memory Pool Memory Pool Refreshing

1,052 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,888 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,052 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,887 (460,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
447,707 447,707 0000000000000000025d532de25c58fc109af065c36451083c125f2fbc575841 1.00 MB 1,419 52
447,706 447,706 0000000000000000027ae072867b5f22b4a8e7fef7a336011c1fbc1bd9687109 1.00 MB 1,916 61
447,705 447,705 000000000000000000de828e62de7289db32a014ebee824b404f127612d1a43a 1.00 MB 1,607 73
447,704 447,704 0000000000000000001a7cfc06c96f02d3f4988a23487cb4e5a5792cd111946f 1.00 MB 1,922 67
447,703 447,703 00000000000000000068522a34c2b3fe1e3353d09364a42b0a80cbd55cedfc37 1.00 MB 2,260 76
447,702 447,702 00000000000000000310e10f6804d37098c23ef84c9d3077ae1c61305de44c05 1.00 MB 2,763 107
447,701 447,701 0000000000000000010330999ae60d44eec78c105263fd933b8e6db04b1559c3 1.00 MB 2,888 84
447,700 447,700 000000000000000000afe276d3991f6cecad15034b0544c0641ca9f72d9ea5a5 1.00 MB 3,165 83
447,699 447,699 0000000000000000030d94c38fd05c2e856ae08f3e8f25d3dfab8a6ce68013a6 1.00 MB 2,329 80
447,698 447,698 000000000000000000f981ba6acdfccbfbf4c3143241692e1195710cb3592433 1.00 MB 1,608 65
447,697 447,697 00000000000000000239e34b3bbe0a9f08e856be6343777975ffccb1083f76f2 1.00 MB 1,908 70
447,696 447,696 000000000000000002d308035487c135de7a5e335c027ef8df1f5d3313e081c4 1.00 MB 2,287 85
447,695 447,695 000000000000000000e1c66bae8809c2300dac567cd0b1917862ebbbeefc648f 1.00 MB 2,447 105
447,694 447,694 000000000000000002673526c5395808636c3b82cc2287d26dcfcfb8e7188565 1.00 MB 2,347 65
447,693 447,693 00000000000000000098418a614f48593077bf17838d9c45481c6f175eede257 1.00 MB 1,726 83
447,692 447,692 000000000000000001a7d4edfb0d42f58f81332435b4d26604c4eea8b0b6aa28 1.00 MB 1,759 75
447,691 447,691 0000000000000000027f9c426b9b9f98aa97922083b6e8d297e1ce789c9ac4f6 1.00 MB 2,832 98
447,690 447,690 000000000000000001c94da2c1326f3d2f1f2cff0f15a4b9f4e3a492973f714b 1.00 MB 2,565 100
447,689 447,689 00000000000000000173328bf7817dc0beaba00d053a2e26fa10e2399c8dbf44 1.00 MB 3,035 134
447,688 447,688 0000000000000000006895406fc26977f9a681d3b1308461873b435d414776c9 1.00 MB 2,817 105
447,687 447,687 0000000000000000006b322d92af617ec490c0a4d6e2110772d3a25a45cc6b52 1.00 MB 3,078 121
Previous 10 blocks ↓
Total Size: 769.33 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,643.17 GB sent, 94.61 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.