Memory Pool Memory Pool Refreshing

3,535 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (743,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,494 164,494 0000000000000beedac0932d3b3dabb3f44c4247a504655cc343d4fe4ef88a79 0.02 MB 38 46
164,493 164,493 0000000000000771eb1eb25f8322f4d0d5ae4b58c81f7c6a171f8532f3130fb9 0.00 MB 13 62
164,492 164,492 0000000000000a08b77aecfe89195bd8e6e3039daea3bc1c58dc45ac4e81a10b 0.00 MB 11 32
164,491 164,491 0000000000000a21a19ca661e7c560d857b028b4944635214ea95a87e07ad0ca 0.01 MB 18 130
164,490 164,490 0000000000000b0d48c24955a33436377004c699fc353c0b2231b9bc555b3374 0.01 MB 12 69
164,489 164,489 00000000000003e33bbab651201d8cc5ca04a19d8ac6581c889f3a7a978758ba 0.00 MB 1 0
164,488 164,488 000000000000000187f0ce72e8dbefa39860136c52f89b6161a293bb4dac29cd 0.02 MB 36 137
164,487 164,487 0000000000000acab803aef0a7931a08db3371d1f3e27bb9cb9f2d437b2b8fc5 0.00 MB 7 34
164,486 164,486 00000000000001dca8a0f102cd320240c9dc2d8d2f7238afac0cfd1ca5656984 0.01 MB 20 239
164,485 164,485 00000000000005d020a0b796eeab67fb7765744d3cb0705ebf82945df6c0e07f 0.00 MB 3 0
164,484 164,484 0000000000000660684a674a4de1de81749558d182ad10b2930d87fc602b4ac1 0.02 MB 64 2
164,483 164,483 000000000000089d5f6d79bc3963ec37168df167802fdad87de5572bbf4dd9a4 0.05 MB 106 70
164,482 164,482 0000000000000548dbc8d8d76dbe3fb39d292d61551e31dc26d42c632b7d8273 0.00 MB 1 0
164,481 164,481 0000000000000c3da2b4e5f405980db1a2bc54458577d6a7ff74976d6b6dbca3 0.01 MB 27 0
164,480 164,480 000000000000058569ac1a0aac80a490d64876187cc01869845a92073e99f620 0.05 MB 83 155
164,479 164,479 0000000000000b0ecc33d7941905a97bf0d46dc16a69368b24ed535ca1300771 0.00 MB 11 32
164,478 164,478 0000000000000818887a469345e826d6e922105f0e40970272a9578b70b643d5 0.03 MB 63 130
164,477 164,477 000000000000049035920f9d51145f10f8147f64f576356f075a72b587b5a122 0.00 MB 5 32
164,476 164,476 0000000000000b922691b07e8bd1202615dec86aac2b7d510a65a0ad1e315d4f 0.00 MB 10 111
164,475 164,475 00000000000009fdd35a674b53f0192d8e96806d409697bdf86227f1885d0ab3 0.01 MB 17 75
164,474 164,474 000000000000016314c4dd90700a9f26347b7bbb5bd9d6e2b67d931f5db443ab 0.03 MB 74 69
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.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.