Memory Pool Memory Pool Refreshing

4,007 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (569,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,352 338,352 00000000000000001455adb8231ba63fc425aca85ca727cc58f30c9f5184f96f 0.75 MB 1,380 27
338,351 338,351 00000000000000000565417bed10c5388b3544bbc9f3bd189cef49976b330e3a 0.19 MB 512 36
338,350 338,350 000000000000000012f16d71ca0f303803df3217418cf395570c0e5f856b89de 0.10 MB 256 29
338,349 338,349 000000000000000001819738a3199536d23130060bdd064b3889a78a1fa7d2b3 0.75 MB 910 20
338,348 338,348 00000000000000000145e1eed461dcfabbbe5933d6d2ed543dcdbcb3f97dff97 1.00 MB 1,533 24
338,347 338,347 00000000000000001697226f11ec6677634d080c301662a1f5a2cea94d28a43c 0.75 MB 761 17
338,346 338,346 0000000000000000147663208045bc2165832fc7276aba1a4519d46d734713b2 0.75 MB 630 16
338,345 338,345 0000000000000000161680817986a577c35189872c7ad7bd4d0686d20bf36ae8 0.75 MB 718 16
338,344 338,344 00000000000000001026b0ffad763f518a11aaa39117f1f9a7d3a68cc4c52b73 0.35 MB 1,072 38
338,343 338,343 000000000000000005d86ddb46533176c13210074a28d149cb3ea1ce3601bbb9 0.75 MB 1,233 23
338,342 338,342 00000000000000000e208aabc3b4626309057b8d6e537b4f59450df6461368c3 0.75 MB 2,183 39
338,341 338,341 00000000000000000b760c50cf7f99be0ded2357ff9c07fad432c2e8a26b0255 0.73 MB 651 19
338,340 338,340 000000000000000013d78307677e8b9cd5249928ba64295d91720db722872193 0.12 MB 237 46
338,339 338,339 0000000000000000088eb2ca957f7cb6b645261b929bb812bf29dec4da8411c1 0.14 MB 282 26
338,338 338,338 00000000000000000648593c63f2e508b2d17624792d84ebca96c595ba2139ab 0.07 MB 129 10
338,337 338,337 0000000000000000190e6c0dbf6bceb0d69e613f55ec820246c56b72d9af39dc 0.24 MB 426 26
338,336 338,336 00000000000000000c4509d69b1985929e44dc25da399612831390540bb5e9a2 0.10 MB 156 16
338,335 338,335 00000000000000001832f76720b59dc892c1c32b5380a7d81a721e39be747608 0.19 MB 46 11
338,334 338,334 00000000000000000dc85fbc13dd941772136124f676e90984f61d227a87ad41 1.00 MB 900 15
338,333 338,333 00000000000000001a6c550d7179229271ab935665d4178463027ce3b1565bb9 0.75 MB 1,432 26
338,332 338,332 000000000000000002de95a799341e1b7b026c774bee03b461b0c9a0f8020613 0.28 MB 789 37
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.