Memory Pool Memory Pool Refreshing

5,432 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (558,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,361 349,361 00000000000000000b48023e9c98038c50b9a2044975bbdf9f43313400a156b6 0.75 MB 1,593 29
349,360 349,360 00000000000000000d8cbf37e2fd3974a278129fa4eb24979772f7e326293214 0.16 MB 343 40
349,359 349,359 0000000000000000084c4b4e6255e432e6f6e3b25e92f9988193c6ef4be4f3e1 0.25 MB 436 21
349,358 349,358 00000000000000000491006bd35736a8840abc98c5eba22466a4101448af64ba 0.52 MB 603 23
349,357 349,357 000000000000000015d4a87940de8a833fd0ce91556ff60aab74c28d9905d0b1 0.34 MB 524 22
349,356 349,356 000000000000000009fd33c70f38cd6e99e45ffbd0e2b2962dcf163e732596e8 0.51 MB 1,055 27
349,355 349,355 000000000000000014f0cd9d068a5608d12c40ed263850e2e8d3553ffb55f80e 0.31 MB 598 23
349,354 349,354 000000000000000010c35d745b94665bf290bf98fe532f29ed3d287126bc75f0 0.88 MB 472 11
349,353 349,353 0000000000000000141c2938021121d0f7ccd24ecce2d0fd6915eaa2fbf04e89 0.75 MB 1,129 22
349,352 349,352 0000000000000000010c2e2f6a4e639761799ce41a7dc703976484d58bfa6680 0.75 MB 2,222 39
349,351 349,351 00000000000000000eb8ca51cf374998088ac7ed8059b24a8e68e9da43dbdf41 0.34 MB 474 18
349,350 349,350 00000000000000000406d08bd9f4a8a862c7d2ae5caf4d10a1ffad3b0f76f851 0.75 MB 1,539 30
349,349 349,349 000000000000000012afb12a8102e0f1e03c5e299240f9bc336d46f88e79b880 0.12 MB 256 23
349,348 349,348 0000000000000000137164573cbe9ff7897a23b3da94d6ace7963d2c4c2bacb9 0.57 MB 897 21
349,347 349,347 00000000000000001149cd9b9bc57030daeafd8d85e7239ba96b7a32d4651a08 0.21 MB 537 38
349,346 349,346 000000000000000004ddff219c66728292bb4ebacbe243279814029c4dfe202d 0.30 MB 453 20
349,345 349,345 000000000000000005b9e5fc1383ee39be16074958fd4a0972742db68fa44adc 0.75 MB 1,221 24
349,344 349,344 00000000000000000262de46b46575f46c3ed8eb08f079653d1e596153d90861 0.12 MB 157 11
349,343 349,343 000000000000000001e34b9a41b12eca5a6b5838c0d6a2ea52af83102691d2d4 0.75 MB 644 14
349,342 349,342 00000000000000001264c511d3db0fcf9bc30777d7bbdbb949cdce3feb859552 0.75 MB 1,916 34
349,341 349,341 0000000000000000130c7c2348813f0a0ad044c32cd4f6f5adbf5535654c4683 0.11 MB 256 36
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,633.41 GB sent, 93.80 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.