Memory Pool Memory Pool Refreshing

5,990 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (635,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,203 272,203 0000000000000002a5e8586a38f13ee72e4494bf098986f918239c3fda89d3cf 0.45 MB 928 62
272,202 272,202 0000000000000003df0a2d6ce09705ed0ad7eaf473b5afac01782d684a73c7b6 0.04 MB 64 13
272,201 272,201 0000000000000000fbe0ce0961d0b427b73fcf743cba6bbefdbb5850838fc3a8 0.15 MB 250 60
272,200 272,200 0000000000000002bb731f4609f9c56a613761a04cc10c272027fa0404179af2 0.67 MB 1,401 55
272,199 272,199 0000000000000005158c95bdd12cd62195b7581c43a47ff4422ca14f3f801b4f 0.55 MB 482 21
272,198 272,198 000000000000000310a5a248d226cc1058998a5756c07795162fea6d02239ba3 0.25 MB 269 24
272,197 272,197 000000000000000400017c1c7073014a669081baba0bcd4eb3b7ca42cf7d94c5 0.50 MB 1,169 52
272,196 272,196 0000000000000004be002ae7b8841867274d554819c0f11f00ad1213483d9a41 0.25 MB 540 86
272,195 272,195 0000000000000002de4789d6f70bfe2f2e2cda2cbd948a0caa6874f64469a2aa 0.35 MB 529 21
272,194 272,194 00000000000000013495ff26e8f40d27dabe001725069453b8bcfafc4a4f423b 0.50 MB 704 28
272,193 272,193 000000000000000455389e883f04f998403779018efa58ee9b2f9d53660cc1fd 0.60 MB 1,137 31
272,192 272,192 000000000000000502d260ea42730febed285aa50b0dbc68a1402cdab2cadc83 0.10 MB 289 114
272,191 272,191 000000000000000445cc785d7bd897aca838db541157c9e181d782810bc2479d 0.25 MB 685 42
272,190 272,190 0000000000000001753041fabe214e0dab8d5ab48b23b44e32e88ef5cb5b30bb 0.50 MB 1,030 114
272,189 272,189 0000000000000001396ba9db7bdba7bd6bc209a246733a240cc76654039ddf13 0.50 MB 1,023 35
272,188 272,188 0000000000000004d0b70597f913509065e472655178f52609dcd0e755d66eb4 0.25 MB 696 84
272,187 272,187 000000000000000483620734d32bde5211eb715ceb3cce1b9fe4b8c6dae71263 0.90 MB 2,805 61
272,186 272,186 0000000000000005ac99429ee60f4844e5481c09eb7e172057ac9be5adee9a69 0.50 MB 752 83
272,185 272,185 0000000000000000f9b60993f6e2d7b5259edeaafa354653eb39bfb05b451229 0.25 MB 606 226
272,184 272,184 00000000000000040fe9120a9a71a5d9e154149982692fe0f8159e2d15240e4f 0.25 MB 608 30
272,183 272,183 000000000000000535c236677781930b9755a4990483f25b2e77b8540040fde1 0.25 MB 695 106
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.