Memory Pool Memory Pool Refreshing

6,103 transactions
3.23 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,957 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (591,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,467 316,467 0000000000000000177c8f7ef4a046024c1787aede70b8b6ac68045f5c9d3aa9 0.18 MB 365 27
316,466 316,466 00000000000000002fd59102a2bdbe0f1095ebf9d85ca96451d3daa9ee5dfb32 0.02 MB 49 25
316,465 316,465 00000000000000002e2c876fd5fef8499006239d2928357c18366b13eb200f88 0.05 MB 114 29
316,464 316,464 0000000000000000376503e4b94b6e3b38dc817c09d2009d6e0ab261ca6b07ef 0.31 MB 584 28
316,463 316,463 00000000000000000ecd447426e5a048951ca197f90a81e421e5707165a0b36d 0.26 MB 433 24
316,462 316,462 00000000000000002b2dded1b355f4b3377ba9698c801f40f103c60a9782bab2 0.31 MB 580 29
316,461 316,461 000000000000000036c38314ef3f35645534ce2b79b695e23048929848f61b27 0.29 MB 525 28
316,460 316,460 00000000000000000e2386dfdb276dc299ea08c9e3bc259d7e7532a9947d7047 0.05 MB 128 26
316,459 316,459 000000000000000002a3118970fd40bc9b1a94b01e9deda0f5e24df4be9aa50d 0.14 MB 305 30
316,458 316,458 000000000000000034c651c9d1182a0eb116d8c3d1db62579e2f7f4e162b928c 0.10 MB 221 30
316,457 316,457 00000000000000002265c46427b2fc9c9de2e635650ef3f64cde3fffea09591b 0.08 MB 138 30
316,456 316,456 00000000000000000300de3b65cedb3dddf9d2a57063bd67fe0699ae0add514d 0.01 MB 16 22
316,455 316,455 0000000000000000130321398fe0735aebd8a6fe53afeaabd45a548c9e1587b0 0.13 MB 272 31
316,454 316,454 0000000000000000030486d9edb771aa30530edfb69b176bff63dc881b98fdff 0.05 MB 111 35
316,453 316,453 000000000000000030a084eae1bc33775727a6dc0e6a3167b75e6a2b8bf5e4ec 0.04 MB 86 28
316,452 316,452 000000000000000018aa78fd3c18c79356b95e990e6f9fd6dbb2f68f872a552f 0.01 MB 16 29
316,451 316,451 000000000000000025084ded92712656182cd64f3e06ea072e400dcb323af4e4 0.04 MB 57 20
316,450 316,450 0000000000000000307d02983b6a8491dc884623f16e5fd95d632a7b72de7599 0.10 MB 256 32
316,449 316,449 00000000000000001b4c47e6d6f4875ef507d33494870a392a0a9a3437f0acd6 0.12 MB 267 31
316,448 316,448 00000000000000000921c79cb11d2437dba81d35479583e2f89d29d1be64c8fb 0.18 MB 370 30
316,447 316,447 000000000000000011a6c10fe8615fdd5a5196c633fd6c3b05bc712e72f3e6ab 0.04 MB 99 18
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.87 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.