Memory Pool Memory Pool Refreshing

318 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,611 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (863,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,454 45,454 000000002d20530d9a655f25825f6f7f9bf33a45f78ec50d3700d197e415818b 0.00 MB 1 0
45,453 45,453 000000001946db124828a43ade8dd1ce3b5a821552bbfc2f771e002d2660fa30 0.00 MB 1 0
45,452 45,452 0000000020e8ed345e56e28bd61adf9d255de7fe3fc642ddfef5d263a0f97de5 0.00 MB 1 0
45,451 45,451 000000000fbee0101a69d0b37382dc8ed4e6b6c5dd90a6a36dbbe0a3cac0ea8e 0.00 MB 1 0
45,450 45,450 0000000002a58d58f47461c2116c264b22436916926ce3bc72aef042fd193cea 0.00 MB 1 0
45,449 45,449 000000001745362dcb92defcd269bd572ba8f8f595ac1bbfb3b723bd2d079415 0.00 MB 1 0
45,448 45,448 0000000030da465f9480280501a6387beacae07206d1107a2167eaf4d56d2dde 0.00 MB 1 0
45,447 45,447 000000002bdf145ceb3a309b1abcfcc3f6b842ae04120051ad533e8072335cf8 0.00 MB 1 0
45,446 45,446 000000001d8f962c774518a464a9325e2a5670c10805d3397c5f20b139f69d87 0.00 MB 1 0
45,445 45,445 0000000032f616368d3c148ce712420205872a3f0be02bac82e0778fe977f7df 0.00 MB 1 0
45,444 45,444 0000000012d9f55625e634f7f80400aaa44ab51e6b166f2690125359cca0e9b9 0.00 MB 1 0
45,443 45,443 000000001b40c1a69d2dd780f83264efdc0001725f213f752ae0f351e13dff2d 0.00 MB 1 0
45,442 45,442 00000000330adcde4a3c6a7e0da401d848bb0e8f790215982795abdc35c60e55 0.00 MB 1 0
45,441 45,441 000000000d82d00f20e2360e2fb455526d702d4e909aa68eaaacc89ec9628028 0.00 MB 1 0
45,440 45,440 0000000036dc83d903d3307e50d059160174f73df3e44f5d75c2e2de105ca9c7 0.00 MB 1 0
45,439 45,439 0000000036442993fe916ebf1b1d7a5b79b3395daad7532cd6c082eb8d8e2ad5 0.00 MB 1 0
45,438 45,438 000000002e60d6453bea62981ba3e60fc9ccca72e42f1176eacc9cdc131511b8 0.00 MB 1 0
45,437 45,437 00000000157010c020e2cd84b441393ef48713badc7bdfb9d2a280faa7fde3e6 0.00 MB 1 0
45,436 45,436 00000000092ce0fe47729c1367918bbec6372b47e3f6308805cebe2125518ac8 0.00 MB 1 0
45,435 45,435 000000000f5bb4423f505021d5dda744d431230e968b28d326e08381cfc2e682 0.00 MB 1 0
45,434 45,434 000000002403a506e3cae5157dad21106a9cd4a61975f0424c6e75499488acee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.77 GB sent, 101.10 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.