Memory Pool Memory Pool Refreshing

14,139 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (609,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,142 298,142 000000000000000023b7c04f2d086825f5f5b720a3413ccda2113865d561e290 0.33 MB 1,024 54
298,141 298,141 00000000000000003e2154d5e50b19213fd4d4cbd9d302b45d66a6367936f86c 0.10 MB 256 54
298,140 298,140 00000000000000003fe8304c002bb42d649e8ed43e9c84cea45fd33d81b7e427 0.03 MB 59 39
298,139 298,139 000000000000000096beb5425fd9514270bc22a8801430a4e9ff8664d72e1c75 0.17 MB 317 35
298,138 298,138 00000000000000008696c8780ea82d6b0a96371c7fd02cff92b19d720ebe1033 0.24 MB 407 28
298,137 298,137 000000000000000076a05aa28dd708e961cd483060a61d69e421f1f157fe5d94 0.10 MB 215 39
298,136 298,136 0000000000000000689e0ab35dba71d5204b221bdf85324642cf05fd95ca0e49 0.25 MB 460 34
298,135 298,135 0000000000000000764cb9eb442741563db0273515d808cf531aad4e6ed9d0d5 0.19 MB 166 17
298,134 298,134 0000000000000000048d846cbac69f7a241495bd6be6364acb9b378ef5017659 0.25 MB 466 30
298,133 298,133 000000000000000030e6c3e92f5785c921a8b874737f434d4dadf6c04b332ec3 0.09 MB 128 22
298,132 298,132 000000000000000038fdd6875c7ebb903a84923cfe1693b5284243accee775ed 0.13 MB 256 45
298,131 298,131 000000000000000065742e927f99ecbf905f3577a743591bcfad562b420cec61 0.35 MB 761 46
298,130 298,130 00000000000000004c2851b6a0a63565e4ec43a56a99f4e192195b24c364baef 0.05 MB 128 38
298,129 298,129 000000000000000075ad4e8d9aa67bff3b06ce1075d2f61f8170b5d5d87b3f40 0.05 MB 128 49
298,128 298,128 00000000000000000b5236b0fb830f8a322e23324e6e765893c01ffca59c1cbc 0.03 MB 64 13
298,127 298,127 000000000000000002e1cfab5b4c510769a17d97995df7b7ca2cef232bbb2526 0.33 MB 659 39
298,126 298,126 00000000000000007fe7162a0eb4cd279183606f917b9410dc4256aa3130ccdc 0.33 MB 473 38
298,125 298,125 00000000000000009013d7d3ba36275030c26d1e9e1958631bc0f89af22a4545 0.34 MB 836 46
298,124 298,124 0000000000000000499a34af8a07c91a6e5af9f702d4dadb79c25e79a28087c3 0.19 MB 337 29
298,123 298,123 000000000000000011989d20cea3ae81f4dc7bcc754330a19ef9366637443345 0.04 MB 73 83
298,122 298,122 00000000000000001c093100cc6ccc88aa9b4705ba276dd5d73733361f482a60 0.15 MB 357 40
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.