Memory Pool Memory Pool Refreshing

6,384 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (558,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,372 349,372 0000000000000000008acc461d51969d009d05ae28e588ab87584f08d9edff25 0.72 MB 1,475 29
349,371 349,371 00000000000000000f29f91465625b1b5c5e4d71d9de317dd50f6f64f7515dd4 0.64 MB 1,307 29
349,370 349,370 00000000000000000f4d59362bfde41de48e77b87bc14f87595badb4b1bcd369 0.55 MB 780 20
349,369 349,369 0000000000000000174547e879268ad03e5795591d2ff842665c8a465e8bbbc6 0.75 MB 1,454 29
349,368 349,368 0000000000000000163c556958c42a6eb1fb734047a8a28656ade9b65e46291f 0.34 MB 992 53
349,367 349,367 00000000000000000720760cae1f51b3e3deb7ead1fe874531b6c9672671e1cc 0.13 MB 256 22
349,366 349,366 0000000000000000078c4913f53491d0eb004978fb6c8413463127e3874f834e 0.56 MB 1,316 35
349,365 349,365 00000000000000000a1d6e71431f221f504ac9858ffe8a1033c4db753578a640 0.40 MB 850 28
349,364 349,364 000000000000000014f2b59241b9529b2a9639579348c8c69c103dfe6646654b 0.15 MB 358 37
349,363 349,363 00000000000000000bcaa7f845e5f7570c6e47e0cebfa8e98dc382e12a06d85f 0.46 MB 547 14
349,362 349,362 000000000000000009b3b9933891a374f92fe705a5a0b38eee69f910dcd91359 0.75 MB 1,464 32
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
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,632.88 GB sent, 93.74 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.