Memory Pool Memory Pool Refreshing

8,646 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (772,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,277 135,277 000000000000010c5627344560b791aa9d2be281ee8306bb67d9e0dfb4debfba 0.02 MB 30 150
135,276 135,276 000000000000009e952ed71fef42780d52560bf8a797e38443f50eee73873895 0.02 MB 34 427
135,275 135,275 000000000000042f9bf06587c23684152f8893d0c10cf8fb79d22a84c30e377e 0.03 MB 59 512
135,274 135,274 00000000000001fbc6825d0f4c56fdbaed8865e0b81d67cb64a033d671f11c5b 0.01 MB 10 59
135,273 135,273 00000000000001b0a777e18fc8917484ce28841d64000925404a116fc4602b9c 0.01 MB 6 0
135,272 135,272 000000000000078d2adfcfabe027be04bea0117a05c789473d45b673a2cc8f9d 0.09 MB 270 323
135,271 135,271 0000000000000a01bba2519900dad263bfc997c74320c7cad959424d693dce79 0.01 MB 13 649
135,270 135,270 00000000000005e8b2a24be0e312f4ed044ae9884fce05aba0858d24d613a28a 0.05 MB 143 571
135,269 135,269 00000000000000c4c39d6ba588638688564fa28d42149352b6ddabdc310a6dfe 0.01 MB 19 607
135,268 135,268 00000000000003dc769a6b87a64cde15239d92cde95ec6bbfd2708755b782390 0.02 MB 48 462
135,267 135,267 00000000000007ae6771a75eb4240a6efd9d9baa301720485f08269fd6edee88 0.02 MB 31 303
135,266 135,266 00000000000002082faa326eed675b4adacfb2167008aa16c1f4c5944e1e4068 0.00 MB 17 237
135,265 135,265 00000000000001ea16b2f234adf4199fdd7583f0483e338ec298fcc4a5f456ab 0.03 MB 58 336
135,264 135,264 000000000000064d9dd02de0cf0c38605c0b4b5fe7f95995d4fa33108615a05e 0.02 MB 41 343
135,263 135,263 00000000000001d94c86f451eb84c4438853a537b6569ef718a7915e22be3d46 0.00 MB 9 1,043
135,262 135,262 00000000000007b146f7ee4844b9a80a502767399f7c18c4961f3e4cb03ad87f 0.03 MB 88 702
135,261 135,261 00000000000005f118e04f2a78c6f121da9485609d289db94f4b43b30994c0d6 0.01 MB 22 225
135,260 135,260 00000000000002b2af09949177ce0e7effa2153e214f77356d2b7b2ab39b57dc 0.04 MB 108 276
135,259 135,259 00000000000003a81eb2b0ac69503077feb9164539f317fd5b97e15d3a8e7b63 0.03 MB 56 344
135,258 135,258 000000000000044cc392472a0877367473ef8cf2c4bdf2cf161845610474b7a5 0.02 MB 46 453
135,257 135,257 0000000000000a6b930ba80c0abc5682ad3511a73db336c2090d36ea580a5510 0.02 MB 24 747
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.