Memory Pool Memory Pool Refreshing

2,290 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,289 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (665,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,470 242,470 00000000000000c9b38ef672a4c87f66d5fd99789e25729579e348e6f2eb068c 0.10 MB 175 58
242,469 242,469 0000000000000072031952cdce58e6160e925a4790b521b9961fb4ccd8b94b1d 0.25 MB 650 346
242,468 242,468 00000000000000b46c9a0c807d2fdfe2c8bfdf5640921b7b58ee883d1869d5d2 0.13 MB 140 37
242,467 242,467 00000000000000b7d96bc01d5981d4642790345dadd84f1478f70d1ea290b44d 0.25 MB 226 67
242,466 242,466 000000000000000831b70558ab98d01ce151ad7f5f5299de50819881f487159e 0.35 MB 858 246
242,465 242,465 0000000000000030e267e8f290bcea025901c49cc65f55cb8de752073001ab81 0.25 MB 701 216
242,464 242,464 000000000000000b8ca959cbf1e911571d34a58a0d621eeb1abde80060f48d4d 0.07 MB 121 111
242,463 242,463 000000000000006d04cb617ba9ed341b9be05c67d9d1928954c39abf0329e78a 0.14 MB 206 38
242,462 242,462 000000000000009eb832560cbf8bccfdab6a85ed262096a14d656e03cef2fc98 0.17 MB 270 103
242,461 242,461 000000000000005fc787db305008fbc95f791a2f9017b3fccbd2fb069a94addc 0.25 MB 712 233
242,460 242,460 00000000000000671b5e70682880d7368545d560d56148b68697879d983d9da7 0.23 MB 496 882
242,459 242,459 000000000000001b0aa8032c2000c0d3501c43492cf9688526ba0d7d460162e0 0.17 MB 367 337
242,458 242,458 000000000000000eaaa70ac1a45336719e81502d2d46f9def0bbe7eed8ec56b4 0.14 MB 262 138
242,457 242,457 00000000000000a766b4a648b7c51a1d922eceb38b3f52e03dc7aa8a17e393b6 0.24 MB 433 2,236
242,456 242,456 00000000000000b282ddc66ed5ac0bb9acdb1aaf94cb62fa739ef94e85d1f279 0.25 MB 424 140
242,455 242,455 00000000000000c5a5b0b5066bf4e0d8b004dfeef45c7427abfc4acb5ff04694 0.25 MB 592 537
242,454 242,454 00000000000000d93a725cef46e91dabf14fe5090a10e6651cd380e4f1bdaf12 0.25 MB 735 464
242,453 242,453 0000000000000094541cc561655832c4fabb69f4fe983e50bebcb1ef2f144c75 0.25 MB 528 343
242,452 242,452 000000000000009a1a4e5685a448c59d963c18e18888b0f40bcc4fc28ec4edac 0.04 MB 66 38
242,451 242,451 00000000000000b3bcbfe6a2b4d64d7bb17f9d7f10a2b0dc3b5052702d237034 0.50 MB 948 331
242,450 242,450 000000000000000852ae1579b200579c452005bba8553234646823992fca4bd9 0.25 MB 476 80
Previous 10 blocks ↓
Total Size: 769.57 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,650.36 GB sent, 95.80 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.