Memory Pool Memory Pool Refreshing

5,054 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,113 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (675,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,620 232,620 00000000000001743a909c40c77066ae3578de4af65306918e640e5d401f248f 0.29 MB 695 157
232,619 232,619 000000000000010ff62557eb4d4a865fc6781250d83d2176a8c3f76aabfc1cf5 0.17 MB 419 151
232,618 232,618 00000000000001a8304897f39db533e1d435a7df1325e087640ce4dbe751276f 0.25 MB 389 171
232,617 232,617 00000000000000f08f4e4e67afc57bbd78c17caf8fc117d0255400d8b4b985ab 0.36 MB 837 156
232,616 232,616 00000000000000ac2bde9487f7871da3bfee4df174ec7628ab35327ad82af830 0.08 MB 201 285
232,615 232,615 000000000000001732ca21a84c666b0707c1ef7edc5fc24524832a2642daa03f 0.07 MB 173 211
232,614 232,614 00000000000000f50dc9fc411bb6d07cbeb57fcaadcd8ab0482ca7ef2f005b0c 0.01 MB 36 173
232,613 232,613 000000000000009e727144c7662f74b1ab8c34aac0c6488e01fa86eadab2fa28 0.05 MB 99 152
232,612 232,612 0000000000000070000de4f6f7ee6a6b480b7a0bd487f8dcabfd6c4b8c2c3ad6 0.04 MB 83 9
232,611 232,611 000000000000013f5adfb6912cabb23d861ce0dca2f6cd7e000cd5a8eb6b3bcd 0.25 MB 415 91
232,610 232,610 00000000000000b564a96905d1ca6471d7f6e57bdefde44d6bf4ec9a20fc51d9 0.21 MB 481 211
232,609 232,609 000000000000018be2b009662c57495229321a7cb65c9574b012ed47cae0c7ac 0.13 MB 308 180
232,608 232,608 0000000000000191259985e48d5497020ed285c73705b7401a4b71c8a057497d 0.01 MB 32 55
232,607 232,607 00000000000001c208bb2e4b825164097f531559698a98aac7c1e59be445ff04 0.25 MB 260 73
232,606 232,606 0000000000000165ee459d7889480ead35ce52c4d244844d3fc0b41f797cbfa8 0.25 MB 370 198
232,605 232,605 0000000000000098d0847ebcb87842ae185e7c4feb4342b0265a2585f5b4ce6d 0.14 MB 321 361
232,604 232,604 00000000000000d8afe0157eaa41e0f09c169ac7fd92f63260f29030f16b0d1b 0.22 MB 493 157
232,603 232,603 000000000000002d3161fd80263a4def6406d54be3c3ec43c8b1202b21722197 0.04 MB 128 163
232,602 232,602 0000000000000158a0cc3fa8dc7ee6067cbd5260b6e8ad58f3c8af0836bd3ee3 0.23 MB 594 172
232,601 232,601 000000000000002cb0ea5e9031c82efac151b994dc73882fbeaf92565ee7d5c2 0.05 MB 92 161
232,600 232,600 00000000000000fcc04308795aba33462feb7fa7801a3247a7edc9796cc5a502 0.25 MB 572 159
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.