Memory Pool Memory Pool Refreshing

1,875 transactions
23.26 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,642 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (806,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,041 102,041 000000000001e6bb029e9a94dcdcf99e86338811a71f60e134c926f9b9b08d67 0.00 MB 2 2,053
102,040 102,040 000000000002b592c978e7e582e7b00531bb5d7f373d438a27404530a5956863 0.00 MB 6 0
102,039 102,039 0000000000028e50363d61a6248daed55e1de337c89d89edfaac4aa3285f2570 0.00 MB 5 0
102,038 102,038 000000000001a86b60a58de1a27e8a0b6af5c49081ab0188a77f6da72f07c96f 0.00 MB 12 0
102,037 102,037 0000000000004ed51e3f7b48d5d5296c1cdee9f6d03db452921978d4b77c834d 0.00 MB 11 0
102,036 102,036 000000000000ef1ec0fead50ebe22cea11658196e60f60f70509a9960066159e 0.01 MB 19 0
102,035 102,035 0000000000032e908451e0c0544f0d10d1dde3fd2d582663523e5a0c2b011afb 0.00 MB 1 0
102,034 102,034 0000000000008e9ec139837e1c44249da9036ce748fff329892e4bb0b7acd149 0.00 MB 2 0
102,033 102,033 000000000001fe1de8295c0d111cc28b80aec31c8fc28a306393c115097da08a 0.00 MB 1 0
102,032 102,032 0000000000008d0397e8d39cac4fc5b5d58baed6f7ca1e24c9300bb4f89d8d6e 0.00 MB 1 0
102,031 102,031 000000000001b66d54722aae16e44285432ad1cf261994257f125c8aba11e23d 0.00 MB 1 0
102,030 102,030 000000000001d70bed47b6afb65c9bc85fb6abc9c01632956485d6e669ddcefd 0.00 MB 2 0
102,029 102,029 0000000000014900aba3f6be6376823688130e2d36e70335b1c9d8027273b346 0.00 MB 1 0
102,028 102,028 0000000000012944a210fe8b26d76c80be1e5745a847dae9e29478d8514b26f1 0.00 MB 2 0
102,027 102,027 000000000002b6ccd5f7cf07a9a5e4f835ef2257f9b5ae4bb9556b95ca6cae9f 0.01 MB 32 0
102,026 102,026 00000000000281794dcb3e81c31b99ba88ddb273389e89818530ebc458c81a07 0.00 MB 10 0
102,025 102,025 000000000001753d418fef2c26d6cb356a286b23acd3f077500990e1b1acf0b6 0.00 MB 18 0
102,024 102,024 000000000001619563d128865afdc32ef996cac38fbeaddcbb0ee81d40460d99 0.00 MB 5 0
102,023 102,023 0000000000010e3e6825da80551f9f6174ce6c2677685984f31a398c4c6efb20 0.00 MB 1 0
102,022 102,022 0000000000020dae79f034398abef305153af9eea50d0299cd3f5998af7d13ce 0.00 MB 6 0
102,021 102,021 0000000000028cf31394cc23916bd10f771cae6dedcc44dfb9e0a051caf1077d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.44 GB sent, 98.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.