Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (200,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,123 707,123 0000000000000000000d23cf269b2379ff31cf3d1220e2f2915fd78a56267e55 1.25 MB 1,143 3
707,122 707,122 0000000000000000000d3b1d6ab983608b3b975f66142c56dc1cb28bcaeaf250 1.48 MB 2,773 13
707,121 707,121 00000000000000000004f4771451032dff4bc891aa41fbbcb1eb0a06a7160509 1.29 MB 2,004 5
707,120 707,120 0000000000000000000bd3afdb11c32fb9fb9fdc06e7dd35e338a4ac72fab64f 1.51 MB 3,064 17
707,119 707,119 0000000000000000000c13068d7da8b63aa3b7c3c7a31d127771b067a0cfb5b3 1.23 MB 1,409 2
707,118 707,118 0000000000000000000bc201cb309a818ed3524be056ac43c2167231d6ae2ec1 1.56 MB 3,153 20
707,117 707,117 00000000000000000009b08c5bab7c4a5434615240a82f03318a8cc647233b88 1.32 MB 2,240 4
707,116 707,116 00000000000000000002084ed57ba84421a7a609d5639b335f17a7b6ee1fc4e6 1.50 MB 3,384 8
707,115 707,115 0000000000000000000877bb484ca2b23aca5b4960868844d37b70185819314c 1.58 MB 2,895 10
707,114 707,114 0000000000000000000a1e4ad44ccb72205db8e686db61ab5704ddd82b76ed58 1.55 MB 2,793 23
707,113 707,113 00000000000000000005fa5acdab7ae443c9da6533e5a5e7ba39a48d982aa192 1.42 MB 2,693 11
707,112 707,112 00000000000000000004fdbe27834bd6c5a98a4fe9d077bc0c11966280d3274a 1.53 MB 2,595 9
707,111 707,111 0000000000000000000c7f2aad3b2b9d36ceebdd0aea7a40d55f21eff6043354 1.57 MB 3,142 8
707,110 707,110 00000000000000000006e4925dfb8b674b6d9501f9ba897fbedeb22e94797a70 1.49 MB 3,193 9
707,109 707,109 0000000000000000000d221074ea49e6440376c5754bf6752d4c79d68d9e70e3 1.60 MB 3,123 4
707,108 707,108 0000000000000000000d76d14cf89c3e51fde20de59661e08771e5cc14a34912 1.46 MB 2,776 23
707,107 707,107 0000000000000000000bc8db227ebdcc6e25af1adb45c3d404eb57daa8970ca2 1.44 MB 2,367 9
707,106 707,106 0000000000000000000bcca9211da11e805cc5ddd22f8ea116c8f552ed09f9fc 1.39 MB 2,096 8
707,105 707,105 000000000000000000093e49f6ac53cacd7dda3e8672e5f713e4ccac6d2f5cdf 1.45 MB 2,660 10
707,104 707,104 000000000000000000069d4bb6e0e4b56e0ec6e79ffd15bb15475df879f6ec91 0.53 MB 1,174 3
707,103 707,103 000000000000000000025d4df57be60405e83422814d7558853346bf8b83848c 1.38 MB 2,139 16
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.